From bbe2306945fc2710f161f567e0e4ccb04d9d9168 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 17 三月 2026 16:55:04 +0800
Subject: [PATCH] 不合格处理详情返回工序信息

---
 doc/create_table_product_process.sql |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/create_table_product_process.sql b/doc/create_table_product_process.sql
index 040a9bb..6242614 100644
--- a/doc/create_table_product_process.sql
+++ b/doc/create_table_product_process.sql
@@ -1,5 +1,6 @@
 # 宸ュ簭
-create table production_process
+drop table if exists product_process;
+create table product_process
 (
     id          bigint auto_increment
         primary key,

--
Gitblit v1.9.3