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