Commit 3b884261 by QianQiXiang

增加一个企业简称字段

parent d8504f29
......@@ -178,6 +178,10 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
infoDTO.setClerkName(nameMap.get(infoDTO.getClerkId()));
infoDTO.setStoreName(nameMap.get(infoDTO.getStoreId()));
logger.info("企业名和品牌名");
String ceshi=nameMap.get(infoDTO.getEnterpriseName());
logger.info("企业名"+ceshi);
String ceshi2=nameMap.get(infoDTO.getBrandName());
logger.info("品牌名"+ceshi2);
if ((nameMap.get(infoDTO.getEnterpriseName()))!=null){
String EnterpriseandBrandName= nameMap.get(infoDTO.getEnterpriseName());
logger.info("全名"+EnterpriseandBrandName);
......
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