xiaof преди 3 години
родител
ревизия
5dc52017ac
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      distributed-print-business/src/main/resources/mapper/ExamStudentMapper.xml

+ 0 - 2
distributed-print-business/src/main/resources/mapper/ExamStudentMapper.xml

@@ -105,8 +105,6 @@
             exam_detail c ON b.exam_detail_id = c.id
         WHERE
             c.print_plan_id = #{printPlanId}
-                AND (a.sync_status IS NULL
-                OR a.sync_status = FALSE)
     </select>
 
 </mapper>