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
492825ba
Commit
492825ba
authored
Sep 24, 2021
by
季圣华
Browse files
更新sql
parent
03cd3525
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/docs/jsh_erp.sql
View file @
492825ba
...
...
@@ -162,7 +162,7 @@ CREATE TABLE `jsh_depot_head` (
`discount_money`
decimal
(
24
,
6
)
DEFAULT
NULL
COMMENT
'优惠金额'
,
`discount_last_money`
decimal
(
24
,
6
)
DEFAULT
NULL
COMMENT
'优惠后金额'
,
`other_money`
decimal
(
24
,
6
)
DEFAULT
NULL
COMMENT
'销售或采购费用合计'
,
`status`
varchar
(
1
)
DEFAULT
NULL
COMMENT
'状态,0未审核、1已审核、2
已转
采购|销售'
,
`status`
varchar
(
1
)
DEFAULT
NULL
COMMENT
'状态,0未审核、1已审核、2
完成采购|销售、3部分
采购|销售'
,
`link_number`
varchar
(
50
)
DEFAULT
NULL
COMMENT
'关联订单号'
,
`tenant_id`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'租户id'
,
`delete_flag`
varchar
(
1
)
DEFAULT
'0'
COMMENT
'删除标记,0未删除,1删除'
,
...
...
jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt
View file @
492825ba
...
...
@@ -1224,3 +1224,10 @@ update jsh_account_head set status=0;
-- --------------------------------------------------------
INSERT INTO `jsh_platform_config` (`id`, `platform_key`, `platform_key_info`, `platform_value`) VALUES ('4', 'bill_print_flag', '三联打印启用标记', '0');
INSERT INTO `jsh_platform_config` (`id`, `platform_key`, `platform_key_info`, `platform_value`) VALUES ('5', 'bill_print_url', '三联打印地址', '');
-- --------------------------------------------------------
-- 时间 2021年9月24日
-- by jishenghua
-- 修改单据主表的状态字段描述
-- --------------------------------------------------------
alter table jsh_depot_head change status status varchar(1) DEFAULT NULL COMMENT '状态,0未审核、1已审核、2完成采购|销售、3部分采购|销售';
\ 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