anderx hai 1 ano
pai
achega
4dbd2ae052

+ 1 - 2
ruoyi-system/src/main/resources/mapper/project/ProjectStaffRecordMapper.xml

@@ -327,8 +327,7 @@
     <update id="mateUserRecord">
         update project_staff_record
         set duration =check_duration,check_status=2
-        where check_status =1
-        and id in
+        where id in
         <foreach collection="collect" open="(" close=")" separator="," item="e">
             #{e}
         </foreach>