作者 朱兆平

存储报文内容BUG

@@ -69,7 +69,7 @@ public class DaoImpl implements Dao { @@ -69,7 +69,7 @@ public class DaoImpl implements Dao {
69 conn = this.jdbcTemplate.getDataSource().getConnection(); 69 conn = this.jdbcTemplate.getDataSource().getConnection();
70 conn.setAutoCommit(false); 70 conn.setAutoCommit(false);
71 stmt = conn.createStatement(); 71 stmt = conn.createStatement();
72 - String SQL = "select CONTENT from T_ETL_MESSAGE where FID=" + fid + " and SNDR='FIMS' for update"; 72 + String SQL = "select CONTENT from T_ETL_MESSAGE where FID=" + fid + " for update";
73 rs = stmt.executeQuery(SQL); 73 rs = stmt.executeQuery(SQL);
74 74
75 while(rs.next()) { 75 while(rs.next()) {