Commit af88eb6b by QianQiXiang

增加一个企业简称字段

parent 4b15772b
......@@ -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()));
// infoDTO.setEnterpriseName(nameMap.get(infoDTO.getEnterpriseId()));1
});
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