bug
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
and want_shop_area_id = #{request.wantShopAreaId}
|
||||
</if>
|
||||
<if test="request.lineSource != null">
|
||||
and line_source #{request.lineSource}
|
||||
and line_source = #{request.lineSource}
|
||||
</if>
|
||||
<if test="request.createTimeStart!=null and request.createTimeEnd!=null">
|
||||
and create_time between #{request.createTimeStart} and #{request.createTimeEnd}
|
||||
|
||||
Reference in New Issue
Block a user