From 29046e55d24778d0b4f2f2a8586d4ac1fc71e044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 30 Jun 2021 01:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/docs/jsh_erp.sql | 2 +- jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jshERP-boot/docs/jsh_erp.sql b/jshERP-boot/docs/jsh_erp.sql index 41047cd5..b5e6bbc6 100644 --- a/jshERP-boot/docs/jsh_erp.sql +++ b/jshERP-boot/docs/jsh_erp.sql @@ -10,7 +10,7 @@ Target Server Type : MYSQL Target Server Version : 50704 File Encoding : 65001 -Date: 2021-06-30 01:05:46 +Date: 2021-06-30 01:09:37 */ SET FOREIGN_KEY_CHECKS=0; diff --git a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt index f558cdaa..49c3bf78 100644 --- a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt +++ b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt @@ -1102,9 +1102,9 @@ INSERT INTO `jsh_function` (`number`, `name`, `parent_number`, `url`, `component -- -------------------------------------------------------- -- 时间 2021年6月29日 -- by jishenghua --- 给财务子表增加字段bill_id --- 给财务主表增加附件字段file_name --- 给财务主表增加附件字段file_name +-- 给jsh_account_item增加字段进销存单据id 应收欠款 已收欠款 +-- 给jsh_depot_head增加附件字段附件名称 +-- 给jsh_account_head增加附件字段附件名称 优惠金额 -- -------------------------------------------------------- alter table jsh_account_item add bill_id bigint(20) DEFAULT NULL COMMENT '进销存单据id' after in_out_item_id; alter table jsh_account_item add need_debt decimal(24,6) DEFAULT NULL COMMENT '应收欠款' after bill_id;