## 全部合单处理非在售商品;

This commit is contained in:
cabbage 2025-08-12 10:08:49 +08:00
parent a1d0f50ed4
commit 1ff1f8b172
1 changed files with 9 additions and 0 deletions

View File

@ -427,6 +427,15 @@
#{item}
</foreach>
</if>
<!-- 在售 -->
and (bwe.pre_sale_status = 0
<if test="param.pkWaresList != null and param.pkWaresList.size > 0">
or soi.pk_wares in
<foreach collection="param.pkWaresList" item="item" separator="," open="(" close=")">
#{item}
</foreach>
</if>
)
<!-- 地区权限处理 -->
<if test="param.areaScopeList != null and param.areaScopeList.size > 0">
and so.rec_province in