更新sql

This commit is contained in:
季圣华
2021-06-30 01:09:56 +08:00
parent 69f70e79e5
commit 29046e55d2
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50704 Target Server Version : 50704
File Encoding : 65001 File Encoding : 65001
Date: 2021-06-30 01:05:46 Date: 2021-06-30 01:09:37
*/ */
SET FOREIGN_KEY_CHECKS=0; SET FOREIGN_KEY_CHECKS=0;

View File

@@ -1102,9 +1102,9 @@ INSERT INTO `jsh_function` (`number`, `name`, `parent_number`, `url`, `component
-- -------------------------------------------------------- -- --------------------------------------------------------
-- 时间 2021年6月29日 -- 时间 2021年6月29日
-- by jishenghua -- by jishenghua
-- 给财务子表增加字段bill_id -- 给jsh_account_item增加字段进销存单据id 应收欠款 已收欠款
-- 给财务主表增加附件字段file_name -- 给jsh_depot_head增加附件字段附件名称
-- 给财务主表增加附件字段file_name -- 给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 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; alter table jsh_account_item add need_debt decimal(24,6) DEFAULT NULL COMMENT '应收欠款' after bill_id;