瀏覽代碼

修复档案模板下载

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);