diff --git a/src/main/resources/mapper/quote/QuoteDetailRoutingMapper.xml b/src/main/resources/mapper/quote/QuoteDetailRoutingMapper.xml index b605e536..b740eb7b 100644 --- a/src/main/resources/mapper/quote/QuoteDetailRoutingMapper.xml +++ b/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,