|
|
@@ -68,7 +68,7 @@ public interface FsUserCourseCategoryMapper
|
|
|
@Select("select cate_id dict_value, cate_name dict_label,is_del status from fs_store_product_category WHERE pid = 0 and is_del=0 ")
|
|
|
List<OptionsVO> selectFsUserCoursePidList();
|
|
|
|
|
|
- @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 AND is_show = 1")
|
|
|
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 user_id = #{userId}")
|