fix(test): 修正测试SQL中orderPriority为数字类型
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-01-28 14:53:12 +08:00
parent 5cc5cd5238
commit 862cbc3931

View File

@@ -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