保存进度!

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

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 );