Prechádzať zdrojové kódy

Merge branch 'dev_v2.0.0' into release_v2.0.0

xiaof 4 rokov pred
rodič
commit
4bde18063d

+ 3 - 0
distributed-print-business/src/main/resources/mapper/ExamDetailMapper.xml

@@ -69,6 +69,9 @@
                 LEFT JOIN
             sys_user d on a.create_id = d.id
             <where>
+                <if test="schoolId != null and schoolId != ''">
+                    and a.school_id = #{schoolId}
+                </if>
                 <if test="printPlanId != null and printPlanId != ''">
                     and a.id = #{printPlanId}
                 </if>