Commit b668ef28 authored by 廖旭伟's avatar 廖旭伟

测试bug修改

parent 85ead38c
......@@ -111,6 +111,7 @@ public class CompanyController extends BaseCRUDJsonBodyMappingController<Company
if(StringUtils.isNotEmpty(newsEntity.getRelatedCompany())){
List<String> companyIds = Arrays.asList(newsEntity.getRelatedCompany().split(","));
if(companyIds.contains(String.valueOf(id))){
newsEntity.setContent(null);
newsList.add(newsEntity);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment