@@ -78,6 +78,9 @@
<if test="info.year != null">
and b.year=#{info.year}
</if>
+ <if test="info.type != null">
+ and b.type=#{info.type}
+ </if>
<if test="info.checkSub ==true">
and o.path like concat(#{info.selectOrgPath},'%')