Browse Source

2025-1-14

master
qiezi 1 year ago
parent
commit
77ae379329
  1. 4
      src/main/resources/mapper/quote/QuoteDetailRoutingMapper.xml

4
src/main/resources/mapper/quote/QuoteDetailRoutingMapper.xml

@ -137,8 +137,8 @@
qdr.run_time_code,
(case
when qdr.run_time_code = 'Units/Hour' then '单位/小时'
when qdr.run_time_code = 'Hour/Units' then '小时/单位'
when qdr.run_time_code = 'Hour' then '小时'
when qdr.run_time_code = 'Hours/Unit' then '小时/单位'
when qdr.run_time_code = 'Hours' then '小时'
else '' end) as runTimeDesc,
qdr.labor_run_factor,
qdr.labor_setup_time,

Loading…
Cancel
Save