Commit ee24a26a authored by 华润's avatar 华润

代码提交内置机

parent 09543827
...@@ -362,7 +362,7 @@ public class ProvidentFundServicesController { ...@@ -362,7 +362,7 @@ public class ProvidentFundServicesController {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
if(!list.isEmpty()){//查到数据才请求第三方接口推送 // if(!list.isEmpty()){//查到数据才请求第三方接口推送
System.out.println("调第二个接口了存储过程返回的list" + list); System.out.println("调第二个接口了存储过程返回的list" + list);
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("state", "1"); jsonObject.put("state", "1");
...@@ -462,7 +462,7 @@ public class ProvidentFundServicesController { ...@@ -462,7 +462,7 @@ public class ProvidentFundServicesController {
conn.disconnect(); conn.disconnect();
} }
} }
}
return null; return null;
} }
......
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