|
|
|
@ -434,7 +434,9 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService {
|
|
|
|
|
BeanUtil.copyProperties(vo,entity); |
|
|
|
|
entity.setConditions(1); |
|
|
|
|
entity.setStockArticleId(id); |
|
|
|
|
|
|
|
|
|
// 绑定部门--仓库
|
|
|
|
|
entity.setCreateDept(Long.parseLong(basicdataWarehouseEntity.getDepartment())); |
|
|
|
|
entity.setCreateUser(1123598821738675201L); |
|
|
|
|
boolean b = distributionParcelListClient.add(entity); |
|
|
|
|
if(!b){ |
|
|
|
|
logger.warn("#################handleDataToPlatform: 保存包件信息失败 orderSelfNum={}",orderSelfNum); |
|
|
|
|