|
|
@@ -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>
|
|
|
|