清理pom.xml文件。
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user