提交 373a0162 authored 作者: 李炎's avatar 李炎

取消过滤

上级 253a17b7
...@@ -91,7 +91,7 @@ public class QueryBusinessTripDetailsServiceImpl extends ServiceImpl<QueryBusine ...@@ -91,7 +91,7 @@ public class QueryBusinessTripDetailsServiceImpl extends ServiceImpl<QueryBusine
try { try {
add = businessTripInterfaceWebapi.batchAdd(OAUtil.filter(s, returnResult)); add = businessTripInterfaceWebapi.batchAdd(s);
} catch (Exception e) { } catch (Exception e) {
webApiCatch = false; webApiCatch = false;
e.printStackTrace(); e.printStackTrace();
......
...@@ -82,7 +82,7 @@ public class QueryLoanDetailsServiceImpl extends ServiceImpl<QueryLoanDetailsMap ...@@ -82,7 +82,7 @@ public class QueryLoanDetailsServiceImpl extends ServiceImpl<QueryLoanDetailsMap
Object result = jsonObject.get("result"); Object result = jsonObject.get("result");
String s = result.toString(); String s = result.toString();
try { try {
add = loanInterfaceWebapi.batchAdd(OAUtil.filter(s, returnResult)); add = loanInterfaceWebapi.batchAdd(s);
} catch (Exception e) { } catch (Exception e) {
webApiCatch = false; webApiCatch = false;
e.printStackTrace(); e.printStackTrace();
......
...@@ -80,7 +80,7 @@ public class QueryOtherDetailsServiceImpl extends ServiceImpl<QueryOtherDetailsM ...@@ -80,7 +80,7 @@ public class QueryOtherDetailsServiceImpl extends ServiceImpl<QueryOtherDetailsM
Object result = jsonObject.get("result"); Object result = jsonObject.get("result");
String s = result.toString(); String s = result.toString();
try { try {
add = webapi.batchAdd(OAUtil.filter(s, returnResult)); add = webapi.batchAdd(s);
} catch (Exception e) { } catch (Exception e) {
webApiCatch = false; webApiCatch = false;
e.printStackTrace(); e.printStackTrace();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论