|
@@ -13,7 +13,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
SELECT * FROM biz_lable
|
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
|
deleted = 0
|
|
|
- <if test="lable != null and lable != ''"> AND lable = #{lable}</if>
|
|
|
+ <if test="lable != null and lable != ''"> AND lable like concat('%', #{lable}, '%')</if>
|
|
|
</trim>
|
|
|
order by create_time desc
|
|
|
</select>
|