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
6fddca90
Commit
6fddca90
authored
Jul 26, 2022
by
季圣华
Browse files
更新sql
parent
e729fb53
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/docs/jsh_erp.sql
View file @
6fddca90
...
...
@@ -696,12 +696,13 @@ CREATE TABLE `jsh_platform_config` (
-- Records of jsh_platform_config
-- ----------------------------
INSERT
INTO
`jsh_platform_config`
VALUES
(
'1'
,
'platform_name'
,
'平台名称'
,
'华夏ERP'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'2'
,
'activation_code'
,
'激活码'
,
'
e20cc75acddfe869428bcb8ce5e37b161b2490c81c178fba384938e5b3df5fbac2cd553a8d2f91de
'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'2'
,
'activation_code'
,
'激活码'
,
''
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'3'
,
'platform_url'
,
'官方网站'
,
'http://www.huaxiaerp.com/'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'4'
,
'bill_print_flag'
,
'三联打印启用标记'
,
'0'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'5'
,
'bill_print_url'
,
'三联打印地址'
,
''
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'6'
,
'pay_fee_url'
,
'租户续费地址'
,
''
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'7'
,
'register_flag'
,
'注册启用标记'
,
'1'
);
INSERT
INTO
`jsh_platform_config`
VALUES
(
'8'
,
'app_activation_code'
,
'手机端激活码'
,
''
);
-- ----------------------------
-- Table structure for jsh_role
...
...
jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt
View file @
6fddca90
...
...
@@ -1362,4 +1362,11 @@ update jsh_depot_head set purchase_status='0';
-- 给单据主表增加订金字段
-- --------------------------------------------------------
alter table jsh_depot_item add link_id bigint(20) DEFAULT NULL COMMENT '关联明细id' after expiration_date;
alter table jsh_depot_head add deposit decimal(24,6) DEFAULT NULL COMMENT '订金' after other_money;
\ No newline at end of file
alter table jsh_depot_head add deposit decimal(24,6) DEFAULT NULL COMMENT '订金' after other_money;
-- --------------------------------------------------------
-- 时间 2022年07月25日
-- by jishenghua
-- 给平台参数表添加手机端激活码
-- --------------------------------------------------------
INSERT INTO `jsh_platform_config` VALUES ('8', 'app_activation_code', '手机端激活码', '');
\ No newline at end of file
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