|
|
|
@ -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, |
|
|
|
|