lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcProductionService.java
@@ -22,6 +22,11 @@ List<MdcProductionTreeModel> queryTreeList(); /** * 查询所有产线信息,并分节点进行显示(添加系统配置) */ List<MdcProductionTreeModel> queryTreeListByConfig(); /** * 查询所有产线信息,并分节点进行显示 */ List<MdcProductionTreeModel> queryTreeList(String ids); @@ -111,4 +116,11 @@ * @return */ Map<String, MdcProduction> getUserAssignedDepart(String userId); /** * 通过一组id获取部门 * @param ids * @return */ List<String> findAllProductionIds(List<String> ids); }