保存进度!
This commit is contained in:
parent
5d117f7b51
commit
2fe8043791
@ -81,7 +81,7 @@
|
||||
</dependency>
|
||||
|
||||
<!-- POI -->
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
<version>5.2.3</version>
|
||||
@ -90,29 +90,24 @@
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>5.2.3</version>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
|
||||
<!-- mybatis -->
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
<version>3.5.19</version>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
|
||||
<dependency>
|
||||
<groupId> cn.hsa.zephyr</groupId>
|
||||
<artifactId>zephyr-api-sdk</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<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>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<!-- <version>1.2.83</version> -->
|
||||
<version>2.0.56</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
@ -125,12 +120,16 @@
|
||||
<artifactId>bcprov-jdk18on</artifactId>
|
||||
<version>1.80</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<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>
|
||||
|
||||
</dependencies>
|
||||
|
@ -295,6 +295,7 @@ public class CpicximToXMNHS
|
||||
try
|
||||
{
|
||||
logger.info( "发送请求内容:" + requestObject.toJSONString() );
|
||||
logger.info( "请求地址:" + HuixiabaoConfig.getUrl() );
|
||||
|
||||
req.setData( requestObject );
|
||||
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.response.DefaultZephyrResponse;
|
||||
|
||||
|
||||
/**
|
||||
* 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