|
|
@@ -691,7 +691,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
wo.gxt_center AS center,
|
|
|
'维保工单' AS orderType,
|
|
|
wo.team_leader_name AS chargePerson,
|
|
|
- <if test="repairPerson != null and repairPerson == 'true'">wop.nick_name AS repairPerson,ROUND(osdd.score,2) AS score,</if>
|
|
|
+ <if test="repairPerson != null and repairPerson == 'true'">wop.nick_name AS repairPerson,ROUND(wop.score,2) AS score,</if>
|
|
|
<if test="repairPerson == null or repairPerson == '' or repairPerson == 'false'">ROUND(wo.score,2) AS score,</if>
|
|
|
NULL AS xfsc,
|
|
|
NULL AS xysc,
|
|
|
@@ -793,7 +793,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
wo.gxt_center AS center,
|
|
|
'维修工单' AS orderType,
|
|
|
wo.team_leader_name AS chargePerson,
|
|
|
- <if test="repairPerson != null and repairPerson == 'true'">IF(wo.repair_method='2', NULL, wop.nick_name) AS repairPerson,ROUND(osdd.score,2) AS score,</if>
|
|
|
+ <if test="repairPerson != null and repairPerson == 'true'">IF(wo.repair_method='2', NULL, wop.nick_name) AS repairPerson,ROUND(wop.score,2) AS score,</if>
|
|
|
<if test="repairPerson == null or repairPerson == '' or repairPerson == 'false'">ROUND(wo.score,2) AS score,</if>
|
|
|
ROUND(TIMESTAMPDIFF( SECOND, wo.occur_time, wo.assign_time ) / 3600,2) AS xfsc,
|
|
|
ROUND(( TIMESTAMPDIFF( SECOND, wo.assign_time, wo.accept_time ) - IFNULL(gq.total_night_auto_suspend_seconds, 0))/ 3600,2) AS xysc,
|