Explorar el Código

考勤多打卡详情新增项目名称

anderx hace 2 años
padre
commit
2a89188c24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ruoyi-system/src/main/resources/mapper/UserRecordMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/UserRecordMapper.xml

@@ -207,7 +207,7 @@
             and status in (1)
         </if>
         <if test="type ==1 or type == 2">
-            and status in (0,2)
+            and status in (0,2) and clock_status in (0,2)
             and sum_duration > 7
         </if>
     </update>