Browse Source

fix: PC站点人员定位查询语句修改

zhangying 10 months ago
parent
commit
03a123b11f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapping/cquery/LongitudeLatitudeCQuery.xml

+ 1 - 1
src/main/resources/mapping/cquery/LongitudeLatitudeCQuery.xml

@@ -47,7 +47,7 @@
             and site.RegionCode = #{regionCode}
         </if>
         <if test="siteID!='' and siteID!=null">
-            and site_user.SiteID = #{siteId}
+            and site_user.SiteID = #{siteID}
         </if>
         GROUP BY
         llt.UserId