完成oracle代码!

This commit is contained in:
2021-06-23 12:13:06 +08:00
parent 3b45aea501
commit 22eb976740
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ public class uploadDataProcessor extends HttpServlet
{
tempPathRoot = (String) request.getSession().getAttribute( "临时文件根目录" );
String importMessage = null;
String importMessage = "_(ˇωˇ」∠)_ 导入成功!…";
ArrayList<TelsalePolicyRecord> policyRecordList = new ArrayList<TelsalePolicyRecord>();
try