This commit is contained in:
苏竹红
2024-04-19 09:52:02 +08:00
parent c38cd9b4a4
commit 793f07bb9b
2 changed files with 1 additions and 3 deletions

View File

@@ -381,9 +381,6 @@
<if test="request.mobile != null and request.mobile!=''">
and a.mobile = #{request.mobile}
</if>
<if test="request.wantShopAreaId != null">
and a.want_shop_area_id = #{request.wantShopAreaId}
</if>
<if test="request.lineSource != null">
and a.line_source = #{request.lineSource}
</if>