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