|
@@ -13,7 +13,7 @@ import java.util.Set;
|
|
public interface WbsTreePrivateMapper extends EasyBaseMapper<WbsTreePrivate> {
|
|
public interface WbsTreePrivateMapper extends EasyBaseMapper<WbsTreePrivate> {
|
|
List<WbsTreePrivate> selectAll(Integer wbsType);
|
|
List<WbsTreePrivate> selectAll(Integer wbsType);
|
|
|
|
|
|
- List<WbsTreePrivateVO> tree(@Param("wbsId") String wbsId, @Param("projectId") String projectId, @Param("wbsType") Integer wbsType);
|
|
|
|
|
|
+ List<WbsTreePrivateVO> tree(@Param("wbsId") String wbsId, @Param("projectId") String projectId, @Param("wbsType") Integer wbsType, @Param("parentId") Integer parentId);
|
|
|
|
|
|
List<WbsTreeVO2> tree2(@Param("wbsId") String wbsId, @Param("projectId") String projectId, @Param("wbsType") Integer wbsType);
|
|
List<WbsTreeVO2> tree2(@Param("wbsId") String wbsId, @Param("projectId") String projectId, @Param("wbsType") Integer wbsType);
|
|
|
|
|