正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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()) { |
-
请 注册 或 登录 后发表评论