Commit b85b02fe by QianQiXiang

增加一个企业简称字段

parent 76d28beb
......@@ -178,7 +178,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
infoDTO.setClerkName(nameMap.get(infoDTO.getClerkId()));
infoDTO.setStoreName(nameMap.get(infoDTO.getStoreId()));
logger.info("企业名和品牌名");
logger.info("1111"+nameMap.get(infoDTO.getBrandName()+"_"+infoDTO.getEnterpriseName()));
logger.info("1111"+nameMap.get(infoDTO.getEnterpriseId()));
String ceshi=nameMap.get(infoDTO.getEnterpriseName());
logger.info("企业名"+ceshi);
String ceshi2=nameMap.get(infoDTO.getBrandName());
......
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