Commit 0d9f8ec0 authored by lanbaoming's avatar lanbaoming

2024-06-28-2提交

parent 1bf3a039
...@@ -1781,7 +1781,8 @@ public class OrderQueryServiceImpl implements OrderQueryService { ...@@ -1781,7 +1781,8 @@ public class OrderQueryServiceImpl implements OrderQueryService {
vo.setOrderQuantity(0); vo.setOrderQuantity(0);
} }
} }
if (Objects.nonNull(query.getBeginPickUpTime()) && Objects.nonNull(query.getEndPickUpTime())) { if (Objects.nonNull(query.getBeginPickUpTime()) &&
Objects.nonNull(query.getEndPickUpTime())) {
// 入仓记录统计时,实测入仓数据替换为入仓记录中的和值 // 入仓记录统计时,实测入仓数据替换为入仓记录中的和值
StatisticsOrderVO pickUpVO = orderMapper.statisticsMyPickUp(query); StatisticsOrderVO pickUpVO = orderMapper.statisticsMyPickUp(query);
if (Objects.nonNull(pickUpVO)) { if (Objects.nonNull(pickUpVO)) {
......
...@@ -4779,8 +4779,8 @@ ...@@ -4779,8 +4779,8 @@
on pt.id = oi.prod_type on pt.id = oi.prod_type
left join ecw_product_brank pb left join ecw_product_brank pb
on pb.id = oi.brand on pb.id = oi.brand
where oi.deleted = 0 , where oi.deleted = 0
and (oi.`prod_title_zh` = #{query.eqProdKey} or oi.`prod_title_en` = #{query.eqProdKey} , and (oi.`prod_title_zh` = #{query.eqProdKey} or oi.`prod_title_en` = #{query.eqProdKey}
or pt.`title_zh` = #{query.eqProdKey} or pt.`title_en` = #{query.eqProdKey} or pt.`title_zh` = #{query.eqProdKey} or pt.`title_en` = #{query.eqProdKey}
or pb.`title_zh` = #{query.eqProdKey} or pb.`title_en` = #{query.eqProdKey}) or pb.`title_zh` = #{query.eqProdKey} or pb.`title_en` = #{query.eqProdKey})
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment