正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -116,7 +116,7 @@ public class DaoImpl implements Dao { | @@ -116,7 +116,7 @@ public class DaoImpl implements Dao { | ||
116 | } | 116 | } |
117 | 117 | ||
118 | public List<MessageBak> getRecordByFID(int fid) { | 118 | public List<MessageBak> getRecordByFID(int fid) { |
119 | - String SQL_FMT = "select FID,CONTENT from MESSAGE_BAK where (FID>%s and FID<%s+%s) and (SNDR='CFPS' OR TYPE='CLR')) order by FID"; | 119 | + String SQL_FMT = "select FID,CONTENT from MESSAGE_BAK where (FID>%s and FID<%s+%s) and (SNDR='CFPS' OR TYPE='CLR') order by FID"; |
120 | String sql = String.format(SQL_FMT, fid, fid, ConfigUtils.RECORD_COUNT); | 120 | String sql = String.format(SQL_FMT, fid, fid, ConfigUtils.RECORD_COUNT); |
121 | logger.info(sql); | 121 | logger.info(sql); |
122 | final LobHandler lobHandler = new DefaultLobHandler(); | 122 | final LobHandler lobHandler = new DefaultLobHandler(); |
-
请 注册 或 登录 后发表评论