魏熙美 6 years ago
parent
commit
ace113285d

+ 8
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/IBuildingOwnerInfo.java View File

@@ -0,0 +1,8 @@
1
+package com.community.huiju.service;
2
+
3
+/**
4
+ * 楼栋资料库
5
+ * @author weiximei
6
+ */
7
+public interface IBuildingOwnerInfo {
8
+}

+ 14
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoImpl.java View File

@@ -0,0 +1,14 @@
1
+package com.community.huiju.service.impl;
2
+
3
+import com.community.huiju.service.IBuildingOwnerInfo;
4
+import lombok.extern.slf4j.Slf4j;
5
+import org.springframework.stereotype.Service;
6
+
7
+/**
8
+ * 楼栋资料库实现
9
+ * @author weiximei
10
+ */
11
+@Slf4j
12
+@Service
13
+public class BuildingOwnerInfoImpl implements IBuildingOwnerInfo {
14
+}

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TaUserServiceImpl.java View File

@@ -114,7 +114,7 @@ public class TaUserServiceImpl implements ITaUserService {
114 114
         // 校验用户
115 115
         checkVerifyStatusUser(currentUser);
116 116
 
117
-        // 查询房产
117
+        // 校验房产
118 118
 
119 119
 
120 120
         TaUserVO taUserVO = new TaUserVO();