|
@@ -3,6 +3,7 @@ package com.usky.system.mapper;
|
|
|
import com.usky.system.domain.HceCategory;
|
|
|
import com.usky.common.mybatis.core.CrudMapper;
|
|
|
import com.usky.system.service.vo.HceCategoryListVO;
|
|
|
+import io.swagger.models.auth.In;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -23,4 +24,6 @@ public interface HceCategoryMapper extends CrudMapper<HceCategory> {
|
|
|
List<HceCategoryListVO> selectMenuTreeByUserIdOne(@Param("categoryName") String categoryName, @Param("startTime") String startTime, @Param("endTime") String endTime,@Param("tenantId") Integer tenantId);
|
|
|
|
|
|
List<HceCategory> getMenuNameList(@Param("categoryIdList") List<Integer> categoryIdList);
|
|
|
+
|
|
|
+ Integer selectPidByMenuid(@Param("menuId") Integer menuId);
|
|
|
}
|