Explorar o código

专辑曲目收费类型查询

liujunchi %!s(int64=2) %!d(string=hai) anos
pai
achega
0fc2e20be3

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

@@ -156,6 +156,9 @@
                 and (t.id_ like concat('%',#{param.idAndName},'%') or
                 t.music_sheet_name_ like concat('%',#{param.idAndName},'%'))
             </if>
+            <if test="param.chargeType != null">
+                and t.charge_type_ = #{param.chargeType}
+            </if>
             <if test="param.musicTagIds != null and param.musicTagIds != ''">
                 and
                 <foreach collection="param.musicTagIdList" separator="or" item="item"  open="(" close=")" >