|
@@ -462,6 +462,7 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
if ("2".equals(customerInfo.getCustomerIsVisit())){
|
|
|
visitMapper.deleteByPrimaryKey(customer.getCustomerId());
|
|
|
}
|
|
|
+
|
|
|
|
|
|
Integer oldIsSolve = customerInfo.getCustomerIsSolve();
|
|
|
ClosedProdcue closedrecord = new ClosedProdcue();
|
|
@@ -498,7 +499,7 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
record.setRelationId(renewed.getRenewedId());
|
|
|
customerCommon.setSendProdcues(sendProdcueMapper.listSendProdcue(record));
|
|
|
customerService.setName(customerCommon);
|
|
|
- customerService.chargebackEfastOrder(customerCommon,salesOrder,8,2);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
closedRecord.setRelationId(renewed.getRenewedId());
|
|
@@ -524,7 +525,7 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
record.setRelationId(repair.getRepairId());
|
|
|
customerCommon.setSendProdcues(sendProdcueMapper.listSendProdcue(record));
|
|
|
customerService.setName(customerCommon);
|
|
|
- customerService.chargebackEfastOrder(customerCommon, salesOrder, 8,2);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
closedRecord.setRelationId(repair.getRepairId());
|
|
@@ -550,7 +551,7 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
record.setRelationId(reissue.getReissueId());
|
|
|
customerCommon.setSendProdcues(sendProdcueMapper.listSendProdcue(record));
|
|
|
customerService.setName(customerCommon);
|
|
|
- customerService.chargebackEfastOrder(customerCommon, salesOrder, 8,2);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
sendProdcue.setRelationId(reissue.getReissueId());
|