|
@@ -128,6 +128,10 @@ public class CompanyController {
|
|
companyInfoDTO.setId(null);
|
|
companyInfoDTO.setId(null);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if ("null".equals(companyInfoDTO.getPromoter())){
|
|
|
|
+ companyInfoDTO.setPromoter(null);
|
|
|
|
+ }
|
|
|
|
+
|
|
else if(StringUtils.isNotEmpty(companyInfoDTO.getId())){
|
|
else if(StringUtils.isNotEmpty(companyInfoDTO.getId())){
|
|
boolean existed = companyService.exist(companyInfoDTO.getId());
|
|
boolean existed = companyService.exist(companyInfoDTO.getId());
|
|
|
|
|