瀏覽代碼

站点管理-列表查询

jichaobo 3 年之前
父節點
當前提交
21159e930a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fiveep-persistence/src/main/resources/mapper/mysql/SiteMapper.xml

+ 1 - 1
fiveep-persistence/src/main/resources/mapper/mysql/SiteMapper.xml

@@ -51,7 +51,7 @@
         on us.site_id = s.id
         <where>
             s.enable=1
-            and tenant_id=#{tenantId}
+            and s.tenant_id=#{tenantId}
             <if test="userId != null and userId != 0">
                 and us.user_id = #{userId}
             </if>