|
|
@ -464,14 +464,12 @@ public class WarehouseWaybillServiceImpl extends BaseServiceImpl<WarehouseWaybil |
|
|
|
entity.setDeliveryQuantity(0); |
|
|
|
entity.setDeliveryQuantity(0); |
|
|
|
entity.setTransferQuantity(0); |
|
|
|
entity.setTransferQuantity(0); |
|
|
|
entity.setSigninQuantity(0); |
|
|
|
entity.setSigninQuantity(0); |
|
|
|
entity.setGroundingStatus(0 + ""); |
|
|
|
|
|
|
|
entity.setIsOpai(1); |
|
|
|
entity.setIsOpai(1); |
|
|
|
entity.setAvailableQuantity(allNum); |
|
|
|
entity.setAvailableQuantity(allNum); |
|
|
|
entity.setCreateUser(null); |
|
|
|
entity.setCreateUser(null); |
|
|
|
entity.setCreateDept(null); |
|
|
|
entity.setCreateDept(null); |
|
|
|
entity.setUpdateUser(null); |
|
|
|
entity.setUpdateUser(null); |
|
|
|
entity.setInventoryPersonId(null); |
|
|
|
entity.setInventoryPersonId(null); |
|
|
|
entity.setFreezeStatus(0 + ""); |
|
|
|
|
|
|
|
entity.setId(null); |
|
|
|
entity.setId(null); |
|
|
|
Long aLong = distributionStockArticleClient.addData(entity); |
|
|
|
Long aLong = distributionStockArticleClient.addData(entity); |
|
|
|
if (aLong == 0) { |
|
|
|
if (aLong == 0) { |
|
|
@ -507,7 +505,7 @@ public class WarehouseWaybillServiceImpl extends BaseServiceImpl<WarehouseWaybil |
|
|
|
distributionParcelNumberClient.addBatch(parcelNumberList); |
|
|
|
distributionParcelNumberClient.addBatch(parcelNumberList); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
distributionStockArticleClient.submitHandleNumByOrderId(subNum,articleId); |
|
|
|
distributionStockArticleClient.submitHandleNumAndTotalNumberByOrderId(subNum,articleId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|