Browse Source

1.零担下架存入日志 id清空

training
zhenghaoyu 12 months ago
parent
commit
f7cb4208bb
  1. 1
      blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseUpdownTypeServiceImpl.java

1
blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseUpdownTypeServiceImpl.java

@ -2085,6 +2085,7 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
for (WarehouseUpdownGoodsEntity updownGoodsEntity:updownGoodsList){
WarehouseUpdownGoodsLogEntity updownGoodsLogEntity = new WarehouseUpdownGoodsLogEntity();
BeanUtil.copy(updownGoodsEntity,updownGoodsLogEntity);
updownGoodsLogEntity.setId(null);
updownGoodsLogEntity.setNum(residue);
updownGoodsLogEntity.setBindingType(bindingType);
updownGoodsLogEntity.setIsAlltrays(isAlltrays);

Loading…
Cancel
Save