From dc83f329db32e38a8cbca04d07f24c4a789c6f74 Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期五, 07 十一月 2025 11:11:24 +0800
Subject: [PATCH] 希日多任务出库问题优化

---
 version/db/sqlIndex |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/version/db/sqlIndex b/version/db/sqlIndex
index f77521b..02c890b 100644
--- a/version/db/sqlIndex
+++ b/version/db/sqlIndex
@@ -7,6 +7,8 @@
 CREATE INDEX idx_action_sts_uuid ON man_action_sts(uuid);
 # man_action_type
 CREATE INDEX idx_action_type_uuid ON man_action_type(uuid);
+# man_travel
+CREATE INDEX idx_agv_id_state on man_travel(agv_id, state);
 # man_agv_model
 CREATE INDEX idx_agv_model_type ON man_agv_model(type);
 # man_bus_sts

--
Gitblit v1.9.1