From f81e12fe7535ce9ff603e3fd4ad8896494a524da Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 27 六月 2025 17:25:27 +0800
Subject: [PATCH] 2025-06-27 bug修改
---
doc/add.sql | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/doc/add.sql b/doc/add.sql
index 359bc49..2803cae 100644
--- a/doc/add.sql
+++ b/doc/add.sql
@@ -55,4 +55,16 @@
create_user varchar(255) not null comment '褰曞叆浜�',
update_user varchar(255) not null comment '鏇存柊浜�',
tenant_id bigint not null comment '绉熸埛id'
-);
\ No newline at end of file
+);
+
+
+alter table purchase_ledger
+ add payment_method varchar(255) null;
+alter table sales_ledger
+ add payment_method varchar(255) null;
+
+
+alter table payment_registration
+ modify sale_ledger_id bigint default 0 null comment '閿�鍞彴璐d';
+
+
--
Gitblit v1.9.3