保存进度!
This commit is contained in:
parent
5d117f7b51
commit
2fe8043791
@ -81,7 +81,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- POI -->
|
<!-- POI -->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi</artifactId>
|
<artifactId>poi</artifactId>
|
||||||
<version>5.2.3</version>
|
<version>5.2.3</version>
|
||||||
@ -90,29 +90,24 @@
|
|||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi-ooxml</artifactId>
|
<artifactId>poi-ooxml</artifactId>
|
||||||
<version>5.2.3</version>
|
<version>5.2.3</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
|
|
||||||
<!-- mybatis -->
|
<!-- mybatis -->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.mybatis</groupId>
|
<groupId>org.mybatis</groupId>
|
||||||
<artifactId>mybatis</artifactId>
|
<artifactId>mybatis</artifactId>
|
||||||
<version>3.5.19</version>
|
<version>3.5.19</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId> cn.hsa.zephyr</groupId>
|
<groupId> cn.hsa.zephyr</groupId>
|
||||||
<artifactId>zephyr-api-sdk</artifactId>
|
<artifactId>zephyr-api-sdk</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0.1</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/lib/zephyr-api-sdk.jar</systemPath>
|
<systemPath>${project.basedir}/lib/zephyr-api-sdk-from-nhs.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.alibaba</groupId>
|
|
||||||
<artifactId>fastjson</artifactId>
|
|
||||||
<!-- <version>1.2.83</version> -->
|
|
||||||
<version>2.0.56</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mysql</groupId>
|
<groupId>com.mysql</groupId>
|
||||||
@ -125,12 +120,16 @@
|
|||||||
<artifactId>bcprov-jdk18on</artifactId>
|
<artifactId>bcprov-jdk18on</artifactId>
|
||||||
<version>1.80</version>
|
<version>1.80</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.3.5</version>
|
<version>1.3.5</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba</groupId>
|
||||||
|
<artifactId>fastjson</artifactId>
|
||||||
|
<!-- <version>1.2.83</version> -->
|
||||||
|
<version>2.0.56</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -295,6 +295,7 @@ public class CpicximToXMNHS
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.info( "发送请求内容:" + requestObject.toJSONString() );
|
logger.info( "发送请求内容:" + requestObject.toJSONString() );
|
||||||
|
logger.info( "请求地址:" + HuixiabaoConfig.getUrl() );
|
||||||
|
|
||||||
req.setData( requestObject );
|
req.setData( requestObject );
|
||||||
resp = client.execute( req );
|
resp = client.execute( req );
|
||||||
|
@ -33,6 +33,7 @@ import cn.hsa.zephyr.apisdk.internal.util.encrypt.SignTypeEnum;
|
|||||||
import cn.hsa.zephyr.apisdk.request.DefaultZephyrRequest;
|
import cn.hsa.zephyr.apisdk.request.DefaultZephyrRequest;
|
||||||
import cn.hsa.zephyr.apisdk.response.DefaultZephyrResponse;
|
import cn.hsa.zephyr.apisdk.response.DefaultZephyrResponse;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit test for simple App.
|
* Unit test for simple App.
|
||||||
*/
|
*/
|
||||||
|
16
code/sql/调试.sql
Normal file
16
code/sql/调试.sql
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
delete from HmbXyxInfo;
|
||||||
|
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
|
||||||
|
values( '王炜', '350402198106130016', '100007', '1', '100001');
|
||||||
|
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
|
||||||
|
values( '王炜', '350402198106130016', '100007', '1', '100002');
|
||||||
|
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
|
||||||
|
values( '王炜', '350402198106130016', '100007', '1', '100003');
|
||||||
|
commit;
|
||||||
|
/*
|
||||||
|
|
||||||
|
select * from HmbXyxInfo_Update;
|
||||||
|
select a.*
|
||||||
|
from HmbXyxInfo a,
|
||||||
|
HmbXyxInfo_Update b
|
||||||
|
where a.xyxNo = b.xyxNo;
|
Loading…
x
Reference in New Issue
Block a user