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
6bffcd8f
Commit
6bffcd8f
authored
Feb 22, 2019
by
季圣华
Browse files
* sql修改注释
parent
149f78d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
6bffcd8f
...
@@ -5347,7 +5347,7 @@ delete from jsh_functions where id in (213,214,215,216);
...
@@ -5347,7 +5347,7 @@ delete from jsh_functions where id in (213,214,215,216);
-- ----------------------------
-- ----------------------------
-- 新增采购订单、销售订单的功能数据
-- 新增采购订单、销售订单的功能数据
--主键自增长,直接指定主键插入数据的方式可能会和本地数据冲突
--
主键自增长,直接指定主键插入数据的方式可能会和本地数据冲突
-- ----------------------------
-- ----------------------------
insert into `jsh_functions`(`Number`, `Name`, `PNumber`, `URL`, `State`, `Sort`, `Enabled`, `Type`, `PushBtn`) VALUES ('050202', '采购订单', '0502', '../materials/purchase_orders_list.html', b'0', '0335',b'1', '电脑版', '');
insert into `jsh_functions`(`Number`, `Name`, `PNumber`, `URL`, `State`, `Sort`, `Enabled`, `Type`, `PushBtn`) VALUES ('050202', '采购订单', '0502', '../materials/purchase_orders_list.html', b'0', '0335',b'1', '电脑版', '');
insert into `jsh_functions`(`Number`, `Name`, `PNumber`, `URL`, `State`, `Sort`, `Enabled`, `Type`, `PushBtn`) VALUES ('060301', '销售订单', '0603', '../materials/sale_orders_list.html', b'0', '0392', b'1', '电脑版', '');
insert into `jsh_functions`(`Number`, `Name`, `PNumber`, `URL`, `State`, `Sort`, `Enabled`, `Type`, `PushBtn`) VALUES ('060301', '销售订单', '0603', '../materials/sale_orders_list.html', b'0', '0392', b'1', '电脑版', '');
\ 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