liujc 7 months ago
parent
commit
088905ec2c

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

@@ -270,11 +270,11 @@
         </if>
         <if test="param.delFlag != null">
             <if test="param.providerType != null">
-                <if test="param.providerType == 'TENANT'">
+                <if test="param.providerType.code == 'TENANT'">
                     and t.tenant_del_flag_ = #{param.delFlag}
                 </if>
 
-                <if test="param.providerType == 'PLATFORM'">
+                <if test="param.providerType.code == 'PLATFORM'">
                     and t.del_flag_ = #{param.delFlag}
                 </if>
             </if>