推荐铺位逻辑调整

This commit is contained in:
zhangchenbiao
2024-04-17 19:42:28 +08:00
parent ee537c635a
commit 0a4b86eb5e

View File

@@ -119,7 +119,7 @@
select select
<include refid="allColumn"/> <include refid="allColumn"/>
from xfsg_point_info from xfsg_point_info
where deleted = 0 and point_status in (4,5) and development_manager = #{request.developmentManager} where deleted = 0 and point_status in (4,5) and development_manager = #{request.developmentManager} and select_status = 0
<if test="request.pointStatusList != null and request.pointStatusList.size() > 0"> <if test="request.pointStatusList != null and request.pointStatusList.size() > 0">
and point_status in and point_status in
<foreach collection="request.pointStatusList" item="pointStatus" open="(" close=")"> <foreach collection="request.pointStatusList" item="pointStatus" open="(" close=")">