Forráskód Böngészése

修复档案模板下载

oppadmin 4 éve
szülő
commit
3d335c9e36

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