瀏覽代碼

新增默认谱面

zouxuan 10 月之前
父節點
當前提交
e1623f10e1
共有 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

@@ -130,6 +130,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"