@@ -23,7 +23,7 @@
<if test="resource.belong==0">
and (r.belong in(1,2)
<if test="resource.schoolid!=null">
- or (r.belong=3 and r.schoolid=#{resource.schoolid})
+ or (r.belong in(3,10) and r.schoolid=#{resource.schoolid})
</if>
<if test="resource.createid!=null">
or (r.belong=4 and r.createid=#{resource.createid})