修改告警导出 新增公共档案
This commit is contained in:
@@ -61,8 +61,8 @@ public class TestController2 {
|
||||
AlertLog alertLog = new AlertLog();
|
||||
alertLog.setSerialNumber(deviceNumber);
|
||||
alertLog.setAlertName("温度告警测试");
|
||||
alertLog.setAlertLevel(1L);
|
||||
alertLog.setStatus(1);
|
||||
alertLog.setAlertLevel("1");
|
||||
alertLog.setStatus("1");
|
||||
alertLog.setProductId(1L);
|
||||
alertLog.setDetail("111");
|
||||
alertLog.setCreateTime(new Date());
|
||||
|
||||
Reference in New Issue
Block a user