|
|
@ -368,6 +368,8 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService { |
|
|
|
DistributionParcelListEntityVO vo = advanceDetailClient.getByUnitNo(unitNo); |
|
|
|
DistributionParcelListEntityVO vo = advanceDetailClient.getByUnitNo(unitNo); |
|
|
|
DistributionParcelListEntity entity = new DistributionParcelListEntity(); |
|
|
|
DistributionParcelListEntity entity = new DistributionParcelListEntity(); |
|
|
|
BeanUtil.copyProperties(vo,entity); |
|
|
|
BeanUtil.copyProperties(vo,entity); |
|
|
|
|
|
|
|
entity.setConditions(1); |
|
|
|
|
|
|
|
entity.setStockArticleId(id+""); |
|
|
|
|
|
|
|
|
|
|
|
boolean b = distributionParcelListClient.add(entity); |
|
|
|
boolean b = distributionParcelListClient.add(entity); |
|
|
|
if(!b){ |
|
|
|
if(!b){ |
|
|
|