@@ -376,6 +376,9 @@ sb.check_type
</foreach>
</if>
+ <if test="no!=null and no!=''">
+ and sb.no = #{no}
+ </if>
</select>