|
|
@@ -27,7 +27,7 @@ public class CommonCountServiceImpl implements CommonCountService{
|
|
|
|
|
|
for (CommonCount commonCount : commonCounts) {
|
|
|
if (commonCount.getSql() != null) {
|
|
|
- commonCount.setCount(jdbcTemplate.queryForLong(commonCount.getSql()));
|
|
|
+// commonCount.setCount(jdbcTemplate.queryForLong(commonCount.getSql()));
|
|
|
commonCount.setSql(null);
|
|
|
}
|
|
|
}
|