保存进度!

This commit is contained in:
Kane Wang 2025-03-14 19:37:04 +08:00
parent 22b6ed81bd
commit c11d80a7bf
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.cpic.xim</groupId>
<artifactId>cpicxim-XMNHSA-repeater</artifactId>
<version>1.0-SNAPSHOT</version>
<version>v20250314</version>
<name>cpicxim-XMNHSA-repeater</name>
<!-- FIXME change it to the project's website -->

View File

@ -76,7 +76,7 @@ public class CpicximToXMNHS
String sql = "select info.psnName, info.certNo, info.serviceId, info.status, info.xyxNo \n" +
" from HmbXyxInfo info, \n" +
" HmbXyxInfo_Update u \n" +
" HmbXyxInfo_Update u \n" +
" where info.xyxNo = u.xyxNo";
connection = DriverManager.getConnection( url, userName, password );