From ebf15ccdaf167d1946773e77de1e618ae87080e8 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期六, 18 五月 2019 00:04:23 +0800
Subject: [PATCH] 修改编辑业主时的 数据校验 bug
---
CommunityService/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/CommunityService/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java b/CommunityService/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
index a9976df..f55ffcc 100644
--- a/CommunityService/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
+++ b/CommunityService/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
@@ -431,5 +431,6 @@
return 0;
}
- return Integer.parseInt(memberCommunitys.get(0).get("count").toString()); }
+ return Integer.parseInt(memberCommunitys.get(0).get("count").toString());
+ }
}
--
Gitblit v1.8.0