Kaynağa Gözat

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

liujc 11 ay önce
ebeveyn
işleme
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>