From c0eabff28c4bd9212d2550162f28193daf9976fe Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 23 三月 2026 14:25:40 +0800
Subject: [PATCH] feat: 新增巡检记录通知功能及查询条件优化
---
doc/20260317_鹏创电子.sql | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git "a/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql" "b/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
index 1d7b12e..c624baf 100644
--- "a/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
+++ "b/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
@@ -1,3 +1,6 @@
alter table quality_inspect
add defective_quantity decimal(18, 2) null comment '涓嶈壇鏁伴噺',
- add defective_reason varchar(255) default '' not null comment '涓嶈壇鍘熷洜';
\ No newline at end of file
+ add defective_reason varchar(255) default '' not null comment '涓嶈壇鍘熷洜';
+
+alter table quality_unqualified
+ add quarantine_lifted boolean not null default false comment '鏄惁宸插彇娑堥殧绂�';
\ No newline at end of file
--
Gitblit v1.9.3