|
@@ -1461,6 +1461,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_housing_initial(Guiji_City_Real_Estate1_housing_initial_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "ab2231f9-47c8-493d-9b5a-2de3296b4607");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-商品房初始信息");
|
|
|
try {
|
|
|
if (bean.getYWZH() == null) {
|
|
|
r.setCode(99999);
|
|
@@ -1476,6 +1481,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1488,6 +1499,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_housing_stock(Guiji_City_Real_Estate2_housing_stock_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "94b9cb0c-3ddd-42a2-b2d9-283de3d5b92e");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-存量房信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1501,6 +1517,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1513,6 +1535,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_housing_commercial(Guiji_City_Real_Estate3_housing_commercial_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "5216d910-6fb2-4ffc-96d0-50d6adb3253d");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-商品房信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1526,6 +1553,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1538,6 +1571,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_housing_relocation(Guiji_City_Real_Estate4_housing_relocation_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "3822eb3f-ccd9-4ddc-b8ff-5538fc1ee60e");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-回迁房信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1551,6 +1589,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1563,6 +1607,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_mortgage_general(Guiji_City_Real_Estate5_mortgage_general_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "41c885b5-54bd-4a04-8fc4-0cf6fdab8dab");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-一般抵押信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1578,6 +1627,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1590,6 +1645,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_mortgage_business(Guiji_City_Real_Estate6_mortgage_business_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "0259648b-00b5-437e-977b-43dfb6ec798f");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-最商额抵押信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1603,6 +1663,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1615,6 +1681,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_mortgage_construction(Guiji_City_Real_Estate7_mortgage_construction_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "a0cf7644-848d-4028-8713-7c802b4229c7");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-在建工程抵押信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1628,6 +1699,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1640,6 +1717,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_mortgage_change(Guiji_City_Real_Estate8_mortgage_change_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "3e4edc7c-e957-465d-915d-a656c4bead8b");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-一般抵押权变更信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1653,6 +1735,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1665,6 +1753,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_mortgage_cancel(Guiji_City_Real_Estate9_mortgage_cancel_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "685ce1b8-6a90-4f0f-99b5-eed7209510a9");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-一般抵押权注销信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1680,6 +1773,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1692,6 +1791,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_unseal(Guiji_City_Real_Estate10_estate_unseal_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "fb09f137-26fd-452e-9c87-9b05dc5818a9");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-解封信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1705,6 +1809,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1717,6 +1827,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_order_cancel_notice(Guiji_City_Real_Estate11_pre_order_cancel_notice_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "4de6849b-a641-48be-ba9e-95b579e9c06d");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预购商品房预告注销信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1730,6 +1845,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1742,6 +1863,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_order_cancel_mortgage(Guiji_City_Real_Estate12_pre_order_cancel_mortgage_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "01ba7a5b-0f6f-4ece-a18e-ce0993f10210");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预购商品房抵押权注销信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1755,6 +1881,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1767,6 +1899,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_file_additional(Guiji_City_Real_Estate13_file_additional_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "1de666a7-5d81-4ef5-b8c2-45e899db0bd2");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-档案补录信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1782,6 +1919,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1794,6 +1937,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_sale(Guiji_City_Real_Estate14_pre_sale_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "6dce77aa-27d2-47ac-8680-cdc68044f158");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预售信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1807,6 +1955,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1819,6 +1973,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_sale_change(Guiji_City_Real_Estate15_pre_sale_change_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "dd7bbde8-d485-4e41-b43b-fdb9fd42ed85");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预售变更信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1832,6 +1991,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1844,6 +2009,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_on_sale(Guiji_City_Real_Estate16_on_sale_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "98b2361c-3860-4d72-b404-6fb35deaaeca");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-现售信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1857,6 +2027,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1869,6 +2045,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_on_sale_change(Guiji_City_Real_Estate17_on_sale_change_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "3a90f1d5-396e-4010-abd3-a4c71bcec5ee");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-现售变更信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1882,6 +2063,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1894,6 +2081,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_to_on(Guiji_City_Real_Estate18_pre_to_on_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "12d2eb54-a773-4456-a556-ac897cc6f6b8");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预转现信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1909,6 +2101,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1921,6 +2119,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_sale_record(Guiji_City_Real_Estate19_pre_sale_record_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "f1681be4-12cb-4e5b-931f-c84e7c537082");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预售备案信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1934,6 +2137,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1946,6 +2155,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_sale_record_change(Guiji_City_Real_Estate20_pre_sale_record_change_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "57a10387-5cb8-49a0-be55-0a3599ca9396");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预售备案变更信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1959,6 +2173,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1971,6 +2191,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_on_sale_record(Guiji_City_Real_Estate21_on_sale_record_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "7ff205fa-18d4-4404-b5d1-fd1f5d019c79");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-现售备案信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -1984,6 +2209,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -1996,6 +2227,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_on_sale_record_change(Guiji_City_Real_Estate22_on_sale_record_change_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "93cfb65e-9a83-47a2-a588-2517e9c57365");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-现售备案变更信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -2011,6 +2247,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -2023,6 +2265,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_pre_sale_additional(Guiji_City_Real_Estate23_pre_sale_additional_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "e84d007e-096c-47c4-b556-7d9688bad523");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-预售补录信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -2036,6 +2283,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -2048,6 +2301,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_record_additional(Guiji_City_Real_Estate24_record_additional_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "7f9dbccd-055f-408e-8795-babd8db84ee3");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-备案补录信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -2061,6 +2319,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|
|
@@ -2073,6 +2337,11 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
@Override
|
|
|
public ResultModel select_real_estate_contract_check_out(Guiji_City_Real_Estate25_contract_check_out_Bean bean) {
|
|
|
ResultModel r = getResultModel();
|
|
|
+ Map log = new HashMap();
|
|
|
+ log.put("operationStatus", "1");
|
|
|
+ log.put("platformInterfacetype", "platform_interfacetype_1");//1 共享 2归集
|
|
|
+ log.put("interfaceinfoId", "f51ce842-1321-401f-973e-2a8f3f6b5343");
|
|
|
+ log.put("interfaceinfoName", "共享(市)-市房地产-合同退房信息");
|
|
|
try {
|
|
|
if(bean.getYWZH() == null){
|
|
|
r.setCode(99999);
|
|
@@ -2086,6 +2355,12 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
|
|
|
e.printStackTrace();
|
|
|
r.setCode(99999);
|
|
|
r.setMessage("失败");
|
|
|
+ log.put("operationStatus", "0");
|
|
|
+ log.put("exceptionLog", e);
|
|
|
+ }finally {
|
|
|
+ log.put("param", bean.toString());
|
|
|
+ log.put("results", r);
|
|
|
+ HttpUtil.doPost(BaseApi.manager_url + "/system/interfaceLog/addLog", JSONObject.toJSONString(log), null);
|
|
|
}
|
|
|
return r;
|
|
|
}
|