Procházet zdrojové kódy

查找待打卡sop更新

wangliang před 1 rokem
rodič
revize
e157bb70f1

+ 1 - 1
sop-business/src/main/resources/mapper/SopScheduleMapper.xml

@@ -55,7 +55,7 @@
         tffa.update_time as flowUpdateTime,
         tffa.status,
         CASE
-        WHEN tffa.status = 'FINISH' THEN '已完'
+        WHEN tffa.status = 'FINISH' THEN '已完'
         WHEN tffa.status = 'END' THEN '已作废'
         ELSE '进行中'
         END as statusStr,

+ 2 - 2
sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

@@ -55,7 +55,7 @@
                cast(tfcfe.create_id as char) as flowCreateId,
                tffa.update_time as flowUpdateTime,
                CASE
-                WHEN tffa.status = 'FINISH' THEN '已完'
+                WHEN tffa.status = 'FINISH' THEN '已完'
                 WHEN tffa.status = 'END' THEN '已作废'
                 ELSE '进行中'
                END as statusStr,
@@ -124,7 +124,7 @@
             </if>
             <if test="taskKey != null and taskKey != ''">
                 <choose>
-                    <when test="taskKey == '已完'">
+                    <when test="taskKey == '已完'">
                         and tffa.status IN ('FINISH')
                     </when>
                     <otherwise>