完成部分TODO修改bug

This commit is contained in:
shuo.wang
2024-05-09 19:58:58 +08:00
parent 63793429aa
commit e150547cf4
15 changed files with 295 additions and 180 deletions

View File

@@ -162,8 +162,11 @@
</if>
AND xssi.shop_sub_stage_status != -100
and xssi.shop_sub_stage = 120
<if test="status != null">
and xssi.shop_sub_stage_status = #{status}
<if test="subStageStatus != null and subStageStatus.size()>0">
and xssi.shop_sub_stage_status in
<foreach collection="subStageStatus" item="item" index="index" open="(" separator="," close=")">
#{item}
</foreach>
</if>
</select>