|
@@ -1225,8 +1225,8 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
if (reissue.getCustomerId().intValue() == customer.getCustomerId()) {
|
|
|
customer.setSendStatus(reissue.getReissueSendStatus());
|
|
|
customer.setSalesTime(reissue.getSalesPayTime());
|
|
|
- customer.setBackLogisticsNo(reissue.getReissueSendLogisticsNo());
|
|
|
- customer.setBackLogisticsCompany(reissue.getReissueSendLogisticsCompany());
|
|
|
+ customer.setSendLogisticsNo(reissue.getReissueSendLogisticsNo());
|
|
|
+ customer.setSendLogisticsCompany(reissue.getReissueSendLogisticsCompany());
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -1236,7 +1236,8 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
if (backGoods.getCustomerId().intValue() == customer.getCustomerId()) {
|
|
|
customer.setBackStatus(backGoods.getBackGoodsBackStatus());
|
|
|
customer.setSalesTime(backGoods.getSalesPayTime());
|
|
|
- customer.setSendLogisticsNo(backGoods.getBackGoodsBackLogisticsNo());
|
|
|
+ customer.setBackLogisticsNo(backGoods.getBackGoodsBackLogisticsNo());
|
|
|
+ customer.setBackLogisticsCompany(backGoods.getBackGoodsBackLogisticsCompany());
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -1246,8 +1247,8 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
if (noreasonBack.getCustomerId().intValue() == customer.getCustomerId()) {
|
|
|
customer.setBackStatus(noreasonBack.getNoreasonBackBackStatus());
|
|
|
customer.setSalesTime(noreasonBack.getSalesPayTime());
|
|
|
- customer.setSendLogisticsNo(noreasonBack.getNoreasonBackBackLogisticsNo());
|
|
|
- customer.setSendLogisticsCompany(noreasonBack.getNoreasonBackBackLogisticsCompany());
|
|
|
+ customer.setBackLogisticsNo(noreasonBack.getNoreasonBackBackLogisticsNo());
|
|
|
+ customer.setBackLogisticsCompany(noreasonBack.getNoreasonBackBackLogisticsCompany());
|
|
|
break;
|
|
|
}
|
|
|
}
|