3
0
Fork 0

## 未合单去掉供应商判断;

This commit is contained in:
cabbage 2025-08-13 11:23:11 +08:00
parent 76fcb536af
commit f5886af09f
2 changed files with 0 additions and 5 deletions

View File

@ -24,9 +24,6 @@ import java.util.*;
/** /**
* 销售订单-明细表 服务实现类 * 销售订单-明细表 服务实现类
*
* @author hzs
* @since 2022-08-31
*/ */
@Service @Service
public class SaOrderItemsServiceImpl extends ServiceImpl<SaOrderItemsMapper, SaOrderItems> implements ISaOrderItemsService { public class SaOrderItemsServiceImpl extends ServiceImpl<SaOrderItemsMapper, SaOrderItems> implements ISaOrderItemsService {

View File

@ -269,8 +269,6 @@
where so.del_flag = 0 where so.del_flag = 0
and so.pk_country = #{pkCountry} and so.pk_country = #{pkCountry}
and soi.del_flag = 0 and soi.del_flag = 0
<!-- 2024.05.08 物流清单发货时,带有供应商的明细不显示 -->
and soi.pk_supplier is null
<if test="param.orderStatusList != null"> <if test="param.orderStatusList != null">
and soi.order_status in and soi.order_status in
<foreach collection="param.orderStatusList" item="item" open="(" close=")" separator=","> <foreach collection="param.orderStatusList" item="item" open="(" close=")" separator=",">