| | |
| | | |
| | | @Schema(description = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | @Schema(description = "累计值上限") |
| | | private BigDecimal culUpper; |
| | | |
| | | @Schema(description = "累计值下限") |
| | | private BigDecimal culLower; |
| | | } |
| | |
| | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模型下发信息表'; |
| | | |
| | | alter table t_st_schedule_scheme add column `run_status` varchar(4) DEFAULT NULL COMMENT '运行状态'; |
| | | |
| | | alter table t_mm_predict_alarm_config add column `cul_upper` decimal(10, 4) COMMENT '累计值上限'; |
| | | alter table t_mm_predict_alarm_config add column `cul_lower` decimal(10, 4) COMMENT '累计值下限'; |
| | |
| | | * 更新时间 |
| | | */ |
| | | private Date updateTime; |
| | | |
| | | /** |
| | | * 累计值上限 |
| | | */ |
| | | private BigDecimal culUpper; |
| | | |
| | | /** |
| | | * 累计值下限 |
| | | */ |
| | | private BigDecimal culLower; |
| | | } |
| | |
| | | |
| | | @Schema(description = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | @Schema(description = "累计值上限") |
| | | private BigDecimal culUpper; |
| | | |
| | | @Schema(description = "累计值下限") |
| | | private BigDecimal culLower; |
| | | } |
| | |
| | | |
| | | @Schema(description = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | @Schema(description = "累计值上限") |
| | | private BigDecimal culUpper; |
| | | |
| | | @Schema(description = "累计值下限") |
| | | private BigDecimal culLower; |
| | | } |
| | |
| | | AND t.alarmObj LIKE CONCAT('%', #{params.alarmObj},'%') |
| | | </if> |
| | | </where> |
| | | order by t1.create_time desc |
| | | </select> |
| | | </mapper> |