Browse Source

小区BUG

lin 4 years ago
parent
commit
e8ac969626
1 changed files with 1 additions and 1 deletions
  1. 1 1
      smart-city-platform/src/main/resources/mapper/CommunityMapper.xml

+ 1 - 1
smart-city-platform/src/main/resources/mapper/CommunityMapper.xml

@@ -407,7 +407,7 @@
         sa1.name as province_name,
         sa2.name as city_name,
         sa3.name as region_name,
-        sc.name as org_name
+        so.name as org_name
         from sc_community sc
         left join sc_area sa1 on sa1.id = sc.province
         left join sc_area sa2 on sa2.id = sc.city