|
@@ -366,8 +366,8 @@ public class FsCompanyCustomerController extends BaseController {
|
|
|
if (companyCustomer == null){
|
|
if (companyCustomer == null){
|
|
|
return AjaxResult.error("未找到客户信息");
|
|
return AjaxResult.error("未找到客户信息");
|
|
|
}
|
|
}
|
|
|
- //重置客户信息表的流程状态为"待开方"
|
|
|
|
|
- companyCustomer.setProcessStatus(1);
|
|
|
|
|
|
|
+ //重置客户信息表的流程状态为"待完善"
|
|
|
|
|
+ companyCustomer.setProcessStatus(0);
|
|
|
fsCompanyCustomerService.updateFsCompanyCustomer(companyCustomer);
|
|
fsCompanyCustomerService.updateFsCompanyCustomer(companyCustomer);
|
|
|
FsPrescribeDataScrm fsPrescribeDataScrm=new FsPrescribeDataScrm();
|
|
FsPrescribeDataScrm fsPrescribeDataScrm=new FsPrescribeDataScrm();
|
|
|
fsPrescribeDataScrm.setPrescribeId(companyCustomer.getPrescribeId());
|
|
fsPrescribeDataScrm.setPrescribeId(companyCustomer.getPrescribeId());
|