This commit is contained in:
苏竹红
2024-03-28 12:14:10 +08:00
parent 06fbd88fb4
commit 25a797c6a3
3 changed files with 9 additions and 5 deletions

View File

@@ -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}