接口调整

This commit is contained in:
zhangchenbiao
2024-04-22 10:43:27 +08:00
parent 36a7365811
commit 54f2b1c82a
4 changed files with 10 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
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">
and point_status in
<foreach collection="request.pointStatusList" item="pointStatus" open="(" close=")">
<foreach collection="request.pointStatusList" item="pointStatus" separator="," open="(" close=")">
#{pointStatus}
</foreach>
</if>