|
|
|
@ -1011,6 +1011,7 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
entity.setConditions("0"); |
|
|
|
|
entity.setType(2); |
|
|
|
|
entity.setAllocationId(stockupDTO.getAllocationId()); |
|
|
|
|
entity.setOutboundType(stockupEntity.getTypeService()); |
|
|
|
|
distributionStockService.save(entity); |
|
|
|
|
// dataSourceTransactionManager.commit(transactionStatus);//提交
|
|
|
|
|
|
|
|
|
|