Parcourir la source

Merge branch 'feature/0826_music' into develop-new

liujc il y a 11 mois
Parent
commit
c97c4a67f5

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

@@ -245,11 +245,11 @@
         <if test="param.state != null">
 
             <if test="param.providerType != null">
-                <if test="param.providerType == 'TENANT'">
+                <if test="param.providerType.code == 'TENANT'">
                     and t.tenant_state_ = #{param.state}
                 </if>
 
-                <if test="param.providerType == 'PLATFORM'">
+                <if test="param.providerType.code == 'PLATFORM'">
                     and t.state_ = #{param.state}
                 </if>
             </if>