Commit 0afda885 by QianQiXiang

增加一个企业简称字段

parent bdc0879f
......@@ -139,7 +139,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
}
List<StaffClerkInfoDTO> infoDTOS = EntityUtil.changeEntityListByJSON(StaffClerkInfoDTO.class, list);
Map<String, String> nameMap = new HashMap<>();
logger.info("测试==========================================");
logger.info("测试========================================");
infoDTOS.forEach(infoDTO -> {
//企业
if (!nameMap.containsKey(infoDTO.getEnterpriseId())) {
......
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