|
@@ -71,6 +71,9 @@ public interface FsUserCourseCategoryMapper
|
|
|
@Select("select cate_id dict_value, cate_name dict_label from fs_user_course_category WHERE pid = 0 and is_del=0 ")
|
|
@Select("select cate_id dict_value, cate_name dict_label from fs_user_course_category WHERE pid = 0 and is_del=0 ")
|
|
|
List<OptionsVO> selectFsUserCourseCategoryPidList();
|
|
List<OptionsVO> selectFsUserCourseCategoryPidList();
|
|
|
|
|
|
|
|
|
|
+ @Select("select cate_id dict_value, cate_name dict_label from fs_user_course_category WHERE pid = 0 and is_del=0 AND is_open_class = 0 ")
|
|
|
|
|
+ List<OptionsVO> selectAPPFsUserCourseCategoryPidList();
|
|
|
|
|
+
|
|
|
@Select("select cate_id dict_value, cate_name dict_label from fs_user_course_category WHERE pid =#{pid} and is_del=0 ")
|
|
@Select("select cate_id dict_value, cate_name dict_label from fs_user_course_category WHERE pid =#{pid} and is_del=0 ")
|
|
|
List<OptionsVO> selectCateListByPid(Long pid);
|
|
List<OptionsVO> selectCateListByPid(Long pid);
|
|
|
|
|
|