Commit 4b2bf51a authored by 张俊's avatar 张俊

去掉行政区划校验

parent 0cfd1c71
......@@ -206,22 +206,10 @@ public class ProvidentFundServicesController {
//421181
//421182
//421101
List<String> wo = new ArrayList<>();
wo.add("421102");
wo.add("421121");
wo.add("421122");
wo.add("421123");
wo.add("421124");
wo.add("421125");
wo.add("421126");
wo.add("421127");
wo.add("421181");
wo.add("421182");
wo.add("421101");
if (!bills.isEmpty()) {
for (UnitAccountOpeningInformation uniInfom : bills) {
if (!"".equals(uniInfom.getOplocdistrict()) && uniInfom.getOplocdistrict() != null) {
if (wo.contains(uniInfom.getOplocdistrict())) {
System.out.println("oplocdistrict" + "在规定的值里面,调imp过程");
if (!"".equals(uniInfom.getBusId()) && uniInfom.getBusId() != null) {
pstm.setString(1, uniInfom.getBusId());
......@@ -348,12 +336,9 @@ public class ProvidentFundServicesController {
e.printStackTrace();
}
}
} else {
System.out.println("oplocdistrict" + "不在规定的值里面,不调imp过程");
}
}
}
pstm2.execute();
} else {
System.out.println("第三方返回的报文中data数据为空!");
......
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