ct 1 неделя назад
Родитель
Сommit
050b84a559

+ 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 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
-        <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
     </select>