|
|
|
@ -291,6 +291,9 @@ public class SupCompanyController {
|
|
|
|
|
companyEntity.setAuditor(authAdmin.getId() + "");
|
|
|
|
|
companyEntity.setAuditTime(new Date());
|
|
|
|
|
companyEntity.setUpdateTime(new Date());
|
|
|
|
|
if(companyEntity.getAuditComment() == null){
|
|
|
|
|
companyEntity.setAuditComment("");
|
|
|
|
|
}
|
|
|
|
|
boolean b = companyService.modifyCompany(companyEntity);
|
|
|
|
|
CustomerContactEntity customerContactEntity = new CustomerContactEntity();
|
|
|
|
|
customerContactEntity.setTel(companyEntity.getTel());
|
|
|
|
|