From 4ecb391d74b5b31b67bd330b20cf388c99741faa Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 8 Nov 2019 14:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0->=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=98->=E7=BB=93=E7=AE=97=E7=AE=A1=E7=90=86->?= =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E6=8F=90=E7=8E=B0->=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=B1=87=E6=AC=BE=E8=AF=81=E6=98=8E--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/update.sql b/Data/update.sql index 536f2c757..15b22eb0d 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -365,7 +365,7 @@ ALTER TABLE `sys_shift_task` ADD COLUMN `remark` varchar(255) NOT NULL DEFAULT ' -- 2019-11-07 cxj -ALTER TABLE `platform_query`.`tab_withdraw` ADD COLUMN `transfer_proof` int(11) NOT NULL DEFAULT 0 COMMENT '汇款证明' AFTER `settlement_end_time`; +ALTER TABLE `tab_withdraw` ADD COLUMN `transfer_proof` int(11) NOT NULL DEFAULT 0 COMMENT '汇款证明' AFTER `settlement_end_time`; -- 2019-11-08 cxj -ALTER TABLE `platform`.`sys_document_download` MODIFY COLUMN `id` int(10) NOT NULL AUTO_INCREMENT COMMENT '文档ID' FIRST; \ No newline at end of file +ALTER TABLE `sys_document_download` MODIFY COLUMN `id` int(10) NOT NULL AUTO_INCREMENT COMMENT '文档ID' FIRST; \ No newline at end of file