src/main/java/com/lf/server/mapper/sys/DepMapper.java
@@ -65,12 +65,12 @@ public DepEntity selectDep(int id); /** * 根据单位ID集合查询 * 根据单位编码数组查询 * * @param ids * @param codes * @return */ public List<IdNameEntity> selectDepsByIds(Integer[] ids); public List<IdNameEntity> selectDepsByCodes(String[] codes); /** * 查询所有