|
@@ -280,15 +280,13 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
logger.info("-----------修改客诉-修改客诉基本信息---------------");
|
|
|
|
|
|
QuestionDescribe questionDescribe = new QuestionDescribe();
|
|
|
- questionDescribe.setCustomerId(customerInfo.getCustomerId());
|
|
|
+
|
|
|
questionDescribe.setDescribeId(customerInfo.getDescribeId());
|
|
|
questionDescribe.setDescribeTitle(customerInfo.getDescribeTitle());
|
|
|
questionDescribe.setDescribeContent(customerInfo.getDescribeContent());
|
|
|
questionDescribe.setDescribeHandleDesc(customerInfo.getDescribeHandleDesc());
|
|
|
questionDescribeMapper.updateByPrimaryKeySelective(questionDescribe);
|
|
|
-
|
|
|
logger.info("-----------修改客诉-修改客诉问题---------------");
|
|
|
-
|
|
|
if ("2".equals(customerInfo.getCustomerIsVisit())) {
|
|
|
Visit visit = new Visit();
|
|
|
visit.setCustomerId(customerInfo.getCustomerId());
|
|
@@ -305,7 +303,6 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
}
|
|
|
logger.info("-----------修改客诉-修改客诉回访信息---------------");
|
|
|
}
|
|
|
-
|
|
|
if (2 == customerInfo.getCustomerCounselType() &&
|
|
|
(customerInfo.getCustomerIsSolve() == 3 || customerInfo.getCustomerIsSolve() == 4 || customerInfo.getCustomerIsSolve() == 5 ||
|
|
|
customerInfo.getCustomerIsSolve() == 6 || customerInfo.getCustomerIsSolve() == 7)
|
|
@@ -313,7 +310,6 @@ public class CustomerServiceImpl implements CustomerService {
|
|
|
|
|
|
salesOrder = salesOrderMapper.getSalesOrderById(salesOrder.getSalesId());
|
|
|
logger.info("-----------修改客诉-查询订单--------------");
|
|
|
-
|
|
|
CustomerCommon customerCommon = customerInfo.getCustomerCommon();
|
|
|
customerCommon.setCustomerId(customerInfo.getCustomerId());
|
|
|
customerCommon.setRelationBackStatus(1);
|