@@ -158,6 +158,9 @@
left join t_sb_type type on type.id = sb.type_id
<where>
<include refid="List_Condition"/>
+ <if test="sbName!=null and sbName!=''">
+ and sb.name like concat('%',#{sbName},'%')
+ </if>
</where>
order by checkstandard.created_time desc
</select>