فهرست منبع

Merge branch 'zx_online_scoretype' of http://git.dayaedu.com/yonge/cooleshow into test

zouxuan 1 سال پیش
والد
کامیت
673fabd2c9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicTagMapper.xml

+ 3 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicTagMapper.xml

@@ -131,6 +131,9 @@
             <if test="param.delFlag != null">
                 and t.del_flag_ = #{param.delFlag}
             </if>
+            <if test="param.enable != null">
+                and t.state_ = #{param.enable}
+            </if>
         </where>
     </select>
     <select id="categoryList"