Skip to content

Commit

Permalink
0003957: Configuration service contains missing sql statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed May 14, 2019
1 parent 9b27026 commit f98d0ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -433,7 +433,7 @@ public NodeChannel mapRow(Row row) {
}

if (usingExtractPeriod) {
sqlTemplate.query(getSql("selectNodeChannelControlLastExtractTimeSql"),
sqlTemplate.query(getSql("selectNodeChannelControlSql"),
new ISqlRowMapper<Object>() {
public Object mapRow(Row row) {
String channelId = row.getString("channel_id");
Expand Down

0 comments on commit f98d0ec

Please sign in to comment.