|
|
|
@ -145,6 +145,12 @@ public class DashboardStatisticsDao { |
|
|
|
.append("upload_value = VALUES(upload_value), ") |
|
|
|
.append("min_value = VALUES(min_value), ") |
|
|
|
.append("max_value = VALUES(max_value), ") |
|
|
|
.append("date_year = VALUES(date_year), ") |
|
|
|
.append("date_month = VALUES(date_month), ") |
|
|
|
.append("date_day = VALUES(date_day), ") |
|
|
|
.append("date_hour = VALUES(date_hour), ") |
|
|
|
.append("date_minute = VALUES(date_minute), ") |
|
|
|
.append("date_second = VALUES(date_second), ") |
|
|
|
.append("upload_at = VALUES(upload_at)"); |
|
|
|
auroraJdbcTemplate.update(upsertSql.toString(), upsertParams.toArray()); |
|
|
|
} |
|
|
|
|