forked from angelo/java-retail-app
## 未合单去掉供应商判断;
This commit is contained in:
parent
76fcb536af
commit
f5886af09f
|
@ -24,9 +24,6 @@ import java.util.*;
|
|||
|
||||
/**
|
||||
* 销售订单-明细表 服务实现类
|
||||
*
|
||||
* @author hzs
|
||||
* @since 2022-08-31
|
||||
*/
|
||||
@Service
|
||||
public class SaOrderItemsServiceImpl extends ServiceImpl<SaOrderItemsMapper, SaOrderItems> implements ISaOrderItemsService {
|
||||
|
|
|
@ -269,8 +269,6 @@
|
|||
where so.del_flag = 0
|
||||
and so.pk_country = #{pkCountry}
|
||||
and soi.del_flag = 0
|
||||
<!-- 2024.05.08 物流清单发货时,带有供应商的明细不显示 -->
|
||||
and soi.pk_supplier is null
|
||||
<if test="param.orderStatusList != null">
|
||||
and soi.order_status in
|
||||
<foreach collection="param.orderStatusList" item="item" open="(" close=")" separator=",">
|
||||
|
|
Loading…
Reference in New Issue