Browse Source

tenant_id驼峰修改

cr 14 hours ago
parent
commit
1429a5f568

+ 1 - 1
blade-service/blade-system/src/main/java/org/springblade/system/mapper/DictBizMapper.xml

@@ -41,7 +41,7 @@
             and parent_id > 0
         </if>
         <if test="tenantId != null and tenantId != ''">
-            and tenantId = #{tenantId}
+            and tenant_id = #{tenantId}
         </if>
         and is_sealed = 0 and is_deleted = 0
         order by sort