فهرست منبع

3.2.1-试卷打样加学校ID条件

xiaof 2 سال پیش
والد
کامیت
df52069e17
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

+ 1 - 0
distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

@@ -670,6 +670,7 @@
         LEFT JOIN
             sys_user g ON a.create_id = g.id
         <where>
+            and a.school_id = #{schoolId}
             and a.status = #{printPlanStatus}
             AND (d.status = 'SUBMIT' and (ffa.status = 'FINISH' or ffa.status is null))
             and LOCATE('PAPER', a.print_content) > 0