This commit is contained in:
2021-06-10 11:25:42 +08:00
parent 5f53b8d5a3
commit 7652e7f636
19 changed files with 30 additions and 65 deletions

View File

@@ -158,7 +158,7 @@ public class DataImport
//ifxStmt.setString( 9, getStringValueFromHSSFCell( row.getCell( 3 ) ) );
//ifxStmt.setString( 10, getStringValueFromHSSFCell( row.getCell( 2 ) ) );
ifxStmt.execute();
//ifxStmt.execute();
//成功写入提示
importResult = importResult + "" + rowIndex + "行,保单号" + policyNo + ",转介绍信息入成功!<br>";

View File

@@ -3,8 +3,6 @@ package com.cpic.telsale.SessionListener;
/**
* Created by Kane on 2017/3/27.
*/
import javax.servlet.ServletContext;
import javax.servlet.http.*;
import java.io.File;