## 全部合单处理非在售商品;
This commit is contained in:
parent
a1d0f50ed4
commit
1ff1f8b172
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue