@@ -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>