调试
This commit is contained in:
@@ -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>";
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user