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
6cf19d19
Commit
6cf19d19
authored
Feb 21, 2019
by
cjl
Browse files
修复sql结尾缺少分号
parent
79ddb58e
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
6cf19d19
...
...
@@ -5338,12 +5338,12 @@ ALTER TABLE jsh_materialcategory DROP FOREIGN KEY FK3EE7F725237A77D8;
-- ----------------------------
-- 修改根目录父节点id为-1
-- ----------------------------
update jsh_materialcategory set ParentId='-1' where id='1'
update jsh_materialcategory set ParentId='-1' where id='1'
;
-- ----------------------------
-- 删除礼品卡管理、礼品充值、礼品销售、礼品卡统计的功能数据
-- ----------------------------
delete from jsh_functions where id in (213,214,215,216)
delete from jsh_functions where id in (213,214,215,216)
;
-- ----------------------------
-- 新增采购订单、销售订单的功能数据
...
...
sql/华夏ERP数据库设计汇总.xlsx
View file @
6cf19d19
No preview for this file type
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