From ae281b7d861b8c5224dc0ac8507c706105ba4e78 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Wed, 1 Oct 2025 00:23:05 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E7=B3=BB=E7=BB=9FBUG=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/ry_20240629.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/ry_20240629.sql b/sql/ry_20240629.sql index f0b9cf67f..48d111a5c 100644 --- a/sql/ry_20240629.sql +++ b/sql/ry_20240629.sql @@ -3884,7 +3884,7 @@ CREATE TABLE `store_sale` `round_off` decimal(10, 2) UNSIGNED NULL DEFAULT NULL COMMENT '抹零金额', `voucher_date` date NOT NULL COMMENT '单据日期', `quantity` int NOT NULL COMMENT '数量', - `amount` decimal(10, 2) UNSIGNED NOT NULL COMMENT '总金额', + `amount` decimal(10, 2) NOT NULL COMMENT '总金额', `pay_way` tinyint UNSIGNED NOT NULL COMMENT '支付方式(1支付宝、2微信、3现金、4欠款)', `payment_status` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '结款状态(已结清、欠款)', `operator_id` bigint UNSIGNED NOT NULL COMMENT '当前操作人ID sys_user.id',