fix(test): 修正测试SQL中orderPriority为数字类型
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -116,7 +116,7 @@ INSERT INTO `ops_area_device_relation` (
|
|||||||
"threshold": 100,
|
"threshold": 100,
|
||||||
"timeWindowSeconds": 3600,
|
"timeWindowSeconds": 3600,
|
||||||
"autoCreateOrder": true,
|
"autoCreateOrder": true,
|
||||||
"orderPriority": "P1"
|
"orderPriority": 1
|
||||||
}
|
}
|
||||||
}',
|
}',
|
||||||
1, -- enabled
|
1, -- enabled
|
||||||
@@ -227,7 +227,7 @@ INSERT INTO `ops_area_device_relation` (
|
|||||||
"threshold": 80, -- 女卫阈值设低一些
|
"threshold": 80, -- 女卫阈值设低一些
|
||||||
"timeWindowSeconds": 3600,
|
"timeWindowSeconds": 3600,
|
||||||
"autoCreateOrder": true,
|
"autoCreateOrder": true,
|
||||||
"orderPriority": "P1"
|
"orderPriority": 1
|
||||||
}
|
}
|
||||||
}',
|
}',
|
||||||
1, -- enabled
|
1, -- enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user