导入新增部门

parent 6e956488
......@@ -80,6 +80,7 @@ public class DqPersonelServiceImpl extends CrudServiceImpl<DqPersonelDao, DqPers
e.setCommunity(dqRegionEntity.getCommunity());
e.setDqRegionId(dqRegionEntity.getId());
e.setDataStatus(1);
e.setDeptId(dqRegionEntity.getId());
break;
}
}
......@@ -87,11 +88,6 @@ public class DqPersonelServiceImpl extends CrudServiceImpl<DqPersonelDao, DqPers
e.setDataStatus(3);
}
});
// list.forEach(e->{
// log.info(JSON.toJSONString(e));
// });
baseDao.saveList(list);
} catch (Exception e) {
e.printStackTrace();
......
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