Browse Source

feat(all): 修改梦天回推工厂缺少作业仓库的问题

dist.1.3.0
zhaoqiaobo 6 months ago
parent
commit
0fdb9e107f
  1. 1
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java

1
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java

@ -1540,6 +1540,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
NodePushMsg msg = new NodePushMsg(); NodePushMsg msg = new NodePushMsg();
msg.setNode(WorkNodeEnums.CLERK_REVIEW); msg.setNode(WorkNodeEnums.CLERK_REVIEW);
msg.setBrand(BrandEnums.MTMM); msg.setBrand(BrandEnums.MTMM);
msg.setWarehouse(warehouseName);
msg.setOperator(AuthUtil.getNickName()); msg.setOperator(AuthUtil.getNickName());
msg.setOperatorTime(new Date()); msg.setOperatorTime(new Date());
msg.setContent(mtReceiveDTO.getReceiveContentList().stream().map(m ->{ msg.setContent(mtReceiveDTO.getReceiveContentList().stream().map(m ->{

Loading…
Cancel
Save