瀏覽代碼

fix:获取课程分类

ct 1 周之前
父節點
當前提交
050b84a559
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      fs-service/src/main/resources/mapper/course/FsUserCourseCategoryMapper.xml

+ 4 - 3
fs-service/src/main/resources/mapper/course/FsUserCourseCategoryMapper.xml

@@ -38,9 +38,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </select>
     </select>
     <select id="selectFsUserCourseCategoryPidList" resultType="com.fs.his.vo.OptionsVO">
     <select id="selectFsUserCourseCategoryPidList" resultType="com.fs.his.vo.OptionsVO">
         select cate_id dict_value, cate_name dict_label  from fs_user_course_category WHERE pid = 0 and is_del=0
         select cate_id dict_value, cate_name dict_label  from fs_user_course_category WHERE pid = 0 and is_del=0
-        <if test="isShow != null">
-            and is_show = #{isShow}
-        </if>
+        and is_show = 1
+<!--        <if test="isShow != null">-->
+<!--            and is_show = #{isShow} -->
+<!--        </if>-->
         order by sort asc
         order by sort asc
     </select>
     </select>