邮寄资料归档流程历史资料清单缺少问题修复

This commit is contained in:
zhanglei@ap-leasing.com.cn 2023-04-21 14:11:28 +08:00
parent 1f562d8296
commit 6b76dc6075

View File

@ -143,6 +143,7 @@ public class GetInfoUtil {
String appCode = null;
String appName = null;
JSONArray ja = new JSONArray();
rs.beforeFirst();
while (rs.next()) {
appCode = rs.getString("app_code");
appName = rs.getString("app_name");