魏熙美 преди 6 години
родител
ревизия
b248a4ceac

+ 7
- 0
CODE/smart-community/property-api/pom.xml Целия файл

@@ -191,6 +191,13 @@
191 191
 			<version>1.1.2-beat1</version>
192 192
 		</dependency>
193 193
 
194
+		<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
195
+		<dependency>
196
+			<groupId>com.alibaba</groupId>
197
+			<artifactId>fastjson</artifactId>
198
+			<version>1.2.56</version>
199
+		</dependency>
200
+
194 201
 
195 202
 	</dependencies>
196 203
 

+ 0
- 3
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java Целия файл

@@ -83,9 +83,6 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
83 83
     @Autowired
84 84
     private TpPhaseMapper tpPhaseMapper;
85 85
     
86
-    @Autowired
87
-    private TpBuildingMapper tpBuildingMapper;
88
-    
89 86
     @Autowired
90 87
     private TpUnitMapper tpUnitMapper;
91 88