Skip to content

Commit

Permalink
0001780: Outgoing batch summary query doesn't work on interbase
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 27, 2014
1 parent 512914d commit e9c2928
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ public OutgoingBatchServiceSqlMap(IDatabasePlatform platform,
putSql("getNextOutgoingBatchForEachNodeSql",
"select min(b.batch_id) as batch_id, b.node_id, b.status, b.channel_id "
+ " from sym_outgoing_batch b where status != 'OK' and status != 'RT' "
+ " group by b.node_id, b.status, b.channel_id order by batch_id asc ");
+ " group by b.node_id, b.status, b.channel_id");

}

Expand Down

0 comments on commit e9c2928

Please sign in to comment.