Commit 96c036fe by lilei

修改提取嫌疑人被害人时调用思悦接口的逻辑

parent bd3fb096
......@@ -221,7 +221,7 @@ public class StAsjXxtqService {
String errorMsg = "";
String token = getToken();
TbStAsj tbStAsj = getTbStAsj(asjbh);
if (tbStAsj==null){
if (tbStAsj!=null){
getSysjjcUrl(asjbh,token);
}
if(data!=null && !data.isEmpty()){
......@@ -308,7 +308,7 @@ public class StAsjXxtqService {
String errorMsg = "";
String token = getToken();
TbStAsj tbStAsj = getTbStAsj(asjbh);
if (tbStAsj==null){
if (tbStAsj!=null){
getSysjjcUrl(asjbh,token);
}
if(data!=null && !data.isEmpty()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment