service-front/src/main/java/com/java110/front/smo/assetImport/impl/AssetImportSMOImpl.java
@@ -296,7 +296,7 @@ paramIn.put("apartment", room.getSection()); paramIn.put("state", "2002"); paramIn.put("builtUpArea", room.getBuiltUpArea()); paramIn.put("unitPrice", "1000.00"); paramIn.put("fee_coefficient", "1.00"); responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(), apiUrl, HttpMethod.POST);