Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
29046e55
Commit
29046e55
authored
Jun 30, 2021
by
季圣华
Browse files
更新sql
parent
69f70e79
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/docs/jsh_erp.sql
View file @
29046e55
...
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50704
File Encoding : 65001
Date: 2021-06-30 01:0
5:46
Date: 2021-06-30 01:0
9:37
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
...
...
jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt
View file @
29046e55
...
...
@@ -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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment