Преглед изворни кода

合并无匹配的数据直接新增

anderx пре 1 година
родитељ
комит
cbe7c9e5f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ruoyi-system/src/main/resources/mapper/UserRecordMapper.xml

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

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