Commit d8504f29 by QianQiXiang

增加一个企业简称字段

parent 2707dcb9
......@@ -178,7 +178,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
infoDTO.setClerkName(nameMap.get(infoDTO.getClerkId()));
infoDTO.setStoreName(nameMap.get(infoDTO.getStoreId()));
logger.info("企业名和品牌名");
if ((nameMap.get(infoDTO.getEnterpriseName()))!=null){
String EnterpriseandBrandName= nameMap.get(infoDTO.getEnterpriseName());
logger.info("全名"+EnterpriseandBrandName);
String split[]=EnterpriseandBrandName.split("_");
......@@ -188,7 +188,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
infoDTO.setBrandName(split[1]);
logger.info(split[1]);
}
}
// infoDTO.setEnterpriseName(nameMap.get(infoDTO.getEnterpriseId()));
});
return infoDTOS;
......
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