修改bug

master
wangwei 2 years ago
parent 2e4adef6c1
commit 4aacee718a

@ -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());

Loading…
Cancel
Save