Quellcode durchsuchen

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

xiaof vor 2 Jahren
Ursprung
Commit
df52069e17

+ 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