Commit c8901e47 by QianQiXiang

增加一个企业简称字段

parent af88eb6b
......@@ -179,7 +179,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
infoDTO.setEnterpriseName(split[0]);
if (split[1]!=null)infoDTO.setBrandName(split[1]);
}
// infoDTO.setEnterpriseName(nameMap.get(infoDTO.getEnterpriseId()));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