From bbb975526fa8f1c8ed818ce8f1996c38fcf0e085 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 30 Jul 2024 16:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=80=80=E6=96=99=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/宁夏机具/tuiliao_20240729.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/2024/宁夏机具/tuiliao_20240729.sql b/2024/宁夏机具/tuiliao_20240729.sql index 0644c53..5db2aec 100644 --- a/2024/宁夏机具/tuiliao_20240729.sql +++ b/2024/宁夏机具/tuiliao_20240729.sql @@ -1,3 +1,8 @@ -- 去掉退料审核逻辑 UPDATE sys_dic SET name = '退料已提交' WHERE id = 38; -UPDATE sys_menu SET visible = '1', status = '1', update_time = '2024-07-29 19:15:04' WHERE menu_name = '退料审核'; \ No newline at end of file +UPDATE sys_menu SET visible = '1', status = '1', update_time = '2024-07-29 19:15:04' WHERE menu_name = '退料审核'; + + +-- 0:未完成退料,可以撤回 1:已完成退料,不能撤回 +alter table back_check_details + add is_finished tinyint null comment '0:未完成退料,可以撤回 1:已完成退料,不能撤回'; \ No newline at end of file