Browse Source

驾驶舱管理人员-回退个人工分查询

wanglt 2 weeks ago
parent
commit
e248be43d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ygtx-gxt/src/main/resources/mapper/gxt/GxtWorkOrderMapper.xml

+ 2 - 2
ygtx-gxt/src/main/resources/mapper/gxt/GxtWorkOrderMapper.xml

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