bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user