Commit 69028785 authored by 华润's avatar 华润

跨省单位开户公积金服务接口

parent 179243bd
...@@ -49,9 +49,41 @@ ...@@ -49,9 +49,41 @@
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.68</version> <version>1.2.68</version>
</dependency> </dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0.1.0</version>
</dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>cd-maven</id>
<name>Central Repository</name>
<url>http://192.168.101.223:8081/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cd-maven</id>
<name>Maven China Mirror</name>
<url>http://192.168.101.223:8081/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -13,7 +13,6 @@ import java.net.URL; ...@@ -13,7 +13,6 @@ import java.net.URL;
import java.sql.CallableStatement; import java.sql.CallableStatement;
import java.sql.Connection; import java.sql.Connection;
import java.sql.DriverManager; import java.sql.DriverManager;
import java.text.ParseException;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Calendar; import java.util.Calendar;
...@@ -133,10 +132,10 @@ public class ProvidentFundServicesController { ...@@ -133,10 +132,10 @@ public class ProvidentFundServicesController {
jsonObject.put("message", "数据交换成功"); jsonObject.put("message", "数据交换成功");
List<UnitAccountOpeningInformation> data = new ArrayList<>(); List<UnitAccountOpeningInformation> data = new ArrayList<>();
UnitAccountOpeningInformation openingInformation = new UnitAccountOpeningInformation(); UnitAccountOpeningInformation openingInformation = new UnitAccountOpeningInformation();
openingInformation.setBusId("332090874"); openingInformation.setBusId("332090877");
openingInformation.setUscc("914205007146986277"); openingInformation.setUscc("914205007146986288");
openingInformation.setEntName("湖北稻花香酒业股份有限公司(华润测试)"); openingInformation.setEntName("湖北稻花香酒业股份有限公司(华润测试)");
openingInformation.setDom("湖北省宜昌市龙泉镇圣诞快乐房价数量的方式独立开发"); openingInformation.setDom("湖北省宜昌市龙泉镇圣诞快乐房价数量的方式独立开发huahua");
// SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd"); // SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
openingInformation.setEstDate(new Date()); openingInformation.setEstDate(new Date());
openingInformation.setLerep("蔡开云"); openingInformation.setLerep("蔡开云");
......
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