From b33cb16e672764c31f48e1e5c0849640c1515988 Mon Sep 17 00:00:00 2001 From: DaxPay Date: Thu, 6 Feb 2025 16:00:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E8=B4=A6=E5=BB=B6=E8=BF=9F?= =?UTF-8?q?=E6=97=B6=E9=95=BF=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config/mysql/dax-pay-single.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config/mysql/dax-pay-single.sql b/_config/mysql/dax-pay-single.sql index 444fb14b..940b75b3 100644 --- a/_config/mysql/dax-pay-single.sql +++ b/_config/mysql/dax-pay-single.sql @@ -575,7 +575,7 @@ CREATE TABLE `pay_alloc_config` ( `auto_alloc` tinyint(1) NULL DEFAULT NULL COMMENT '开启自动分账', `auto_finish` tinyint(1) NULL DEFAULT NULL COMMENT '开启自动完结', `min_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分账起始额', - `delay_time` datetime NULL DEFAULT NULL COMMENT '分账延迟时长(分钟)', + `delay_time` int NULL DEFAULT NULL COMMENT '分账延迟时长(分钟)', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '分账配置参数' ROW_FORMAT = DYNAMIC;