清理pom.xml文件。

This commit is contained in:
2025-03-12 17:38:52 +08:00
parent 1b1545968c
commit a4ccfaf9b8
2 changed files with 2 additions and 59 deletions

View File

@@ -32,6 +32,7 @@ import cn.hsa.zephyr.apisdk.request.DefaultZephyrRequest;
import cn.hsa.zephyr.apisdk.response.DefaultZephyrResponse;
import com.cpic.xim.huixiabao.data.config.HuixiabaoConfig;
@SuppressWarnings("unused")
public class CpicximToXMNHS
{
private static Logger logger = LoggerFactory.getLogger( CpicximToXMNHS.class );
@@ -67,7 +68,7 @@ public class CpicximToXMNHS
select info.psnName, info.certNo, info.serviceId, info.status, info.xyxNo
from HmbXyxInfo info,
HmbXyxInfo_Update u
where info.xyxNo = u.xyxNo """;
where info.xyxNo = u.xyxNo """;
connection = DriverManager.getConnection( url, userName, password );
statement = connection.createStatement();