소스 검색

站点管理-列表查询

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>