liujc 9 ماه پیش
والد
کامیت
088905ec2c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

+ 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>