Commit ac4682b6 by huangZW

1111

parent 2b6d4173
......@@ -150,6 +150,7 @@ public class DepartmentContoller extends WebBaseController{
Map<String,EnterpriseDTO> enterpriseMap = new HashMap<>();
List<String> enterpriseSetList = new ArrayList<>(enterpriseSet);
logger.info("size大小为=====================》{}",enterpriseSetList.size());
List<EnterpriseDTO> enterprises = enterpriseService.listEnterpriseByIds(enterpriseSetList);
if(CollectionUtil.isNotEmpty(enterprises)){
for (EnterpriseDTO enterprise : enterprises) {
......
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