feat:筛选
This commit is contained in:
@@ -371,7 +371,7 @@
|
|||||||
from xfsg_shop_info a left join xfsg_line_info b on a.line_id = b.id
|
from xfsg_shop_info a left join xfsg_line_info b on a.line_id = b.id
|
||||||
where a.deleted = 0 and a.development_manager = #{request.developmentManager} and shop_status in (0, 1)
|
where a.deleted = 0 and a.development_manager = #{request.developmentManager} and shop_status in (0, 1)
|
||||||
<if test="request.keyword != null and request.keyword!=''">
|
<if test="request.keyword != null and request.keyword!=''">
|
||||||
and (b.username like #{request.keyword} or b.mobile like #{request.keyword})
|
and (b.username like concat('%', #{request.keyword}, '%') or b.mobile like concat('%', #{request.keyword}, '%'))
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user