Преглед на файлове

修复档案模板下载

oppadmin преди 4 години
родител
ревизия
3d335c9e36
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      smart-city-platform/src/main/java/com/bz/smart_city/dao/CommunityMapper.java

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/dao/CommunityMapper.java

@@ -32,7 +32,7 @@ public interface CommunityMapper {
 
     List<Community> getBySiteId(@Param("siteId") Integer siteId);
 
-    List<Community> getByCustomerId(@Param("customer") Integer customer);
+    List<Community> getByCustomerId(@Param("customerId") Integer customerId);
 
     List<Community> getMaxCodeBySiteId(@Param("siteId") Integer siteId);