| | |
| | | List<MdcProduction> queryProdByPid(String pid); |
| | | |
| | | /** |
| | | * 递归查询所有子节点 |
| | | */ |
| | | List<MdcProduction> recursionChildrenByPid(String pid); |
| | | |
| | | /** |
| | | * 根据用户id获取产线下拉树选项 |
| | | */ |
| | | List<ProductionIdModel> loadProductionTreeOptions(String userId); |
| | |
| | | * 根据用户id查询用户工段权限 |
| | | */ |
| | | String findThreeProductionId(String userId); |
| | | |
| | | /** |
| | | * 查询所有父节点和本节点名称 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<String> findListParentTreeAll(String id); |
| | | |
| | | /** |
| | | * 查询所有父节点名称 |
| | | * @param parentId |
| | | * @param stringList |
| | | * @return |
| | | */ |
| | | List<String> findListParentTree(String parentId,List<String> stringList); |
| | | } |