Compare commits
2 Commits
3c92bfc02c
...
862cbc3931
| Author | SHA1 | Date | |
|---|---|---|---|
| 862cbc3931 | |||
| 5cc5cd5238 |
@@ -67,11 +67,11 @@ public class CleanOrderCreateEvent {
|
||||
/**
|
||||
* 工单优先级
|
||||
* <p>
|
||||
* P0 - 紧急
|
||||
* P1 - 重要
|
||||
* P2 - 普通
|
||||
* 0 - P0紧急
|
||||
* 1 - P1重要
|
||||
* 2 - P2普通
|
||||
*/
|
||||
private String priority;
|
||||
private Integer priority;
|
||||
|
||||
/**
|
||||
* 事件时间
|
||||
|
||||
@@ -116,7 +116,7 @@ INSERT INTO `ops_area_device_relation` (
|
||||
"threshold": 100,
|
||||
"timeWindowSeconds": 3600,
|
||||
"autoCreateOrder": true,
|
||||
"orderPriority": "P1"
|
||||
"orderPriority": 1
|
||||
}
|
||||
}',
|
||||
1, -- enabled
|
||||
@@ -227,7 +227,7 @@ INSERT INTO `ops_area_device_relation` (
|
||||
"threshold": 80, -- 女卫阈值设低一些
|
||||
"timeWindowSeconds": 3600,
|
||||
"autoCreateOrder": true,
|
||||
"orderPriority": "P1"
|
||||
"orderPriority": 1
|
||||
}
|
||||
}',
|
||||
1, -- enabled
|
||||
|
||||
Reference in New Issue
Block a user