|
|
|
@ -1828,7 +1828,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
DistributionSignforExcel signforExcel = new DistributionSignforExcel(); |
|
|
|
|
BeanUtils.copyProperties(d, signforExcel); |
|
|
|
|
signforExcel.setOrderCode(d.getStockArticleId()); |
|
|
|
|
signforExcel.setDeliveryTime(d.getLoadingTime()); |
|
|
|
|
signforExcel.setDeliveryTime(d.getSignLoadingDate()); |
|
|
|
|
|
|
|
|
|
// signforExcel.setConsignee();
|
|
|
|
|
String value = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_TYPE, d.getDeliveryType()); |
|
|
|
|