From 814eb3bafa3d0848e4a13482ebc1173c75d8e6e3 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 19 三月 2026 13:39:41 +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