fix(test): 移除 SecurityOrderServiceTest 中无效的 setLocation 调用
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

location 由 AreaPathBuilder.buildPath() 自动生成,DTO 中无此字段,修复编译错误。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-15 17:23:14 +08:00
parent b530912fe2
commit 4796009e95

View File

@@ -90,7 +90,6 @@ public class SecurityOrderServiceTest {
req.setDescription("摄像头检测到异常人员");
req.setPriority(PriorityEnum.P1.getPriority());
req.setAreaId(100L);
req.setLocation("A栋3层东侧走廊");
req.setAlarmId("ALM20260310001");
req.setAlarmType("intrusion");
req.setCameraId("CAM_001");