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
5f3501a5
Commit
5f3501a5
authored
Nov 05, 2019
by
qiankunpingtai
Browse files
修改sql错误
parent
668b290a
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp(后续更新参考这个更新).sql
View file @
5f3501a5
...
...
@@ -2012,11 +2012,10 @@ update jsh_functions set sort='0006',name='商品管理' where number='01';
update
jsh_functions
set
sort
=
'0007'
,
name
=
'基本资料'
where
number
=
'02'
;
update
jsh_functions
set
sort
=
'0008'
where
number
=
'00'
;
-- 去掉多余的子菜单
delete
FROM
jsh_functions
where
number
=
'000101'
--修改菜单路径
delete
FROM
jsh_functions
where
number
=
'000101'
;
--
修改菜单路径
update
jsh_functions
set
url
=
replace
(
url
,
'..'
,
'/pages'
)
where
1
=
1
and
url
is
not
null
;
-- 设置新注册的用户的功能列表
INSERT
INTO
`jsh_userbusiness`
(
`Type`
,
`KeyId`
,
`Value`
,
`BtnStr`
,
`delete_Flag`
)
VALUES
(
'RoleFunctions'
,
'10'
,
'[1][2][11]'
,
'[{'
,
'0'
);
update
jsh_userbusiness
SET
Value
=
'[1][2][13][14][15][16][22][23][25][26][31][33][40][41][59][194][195][196][197][199][200][201][202][203][204][205][206][207][208][209][210][211][212][217][218][219][220][221][222][223][224][226][227][228][229][232][233][234][235][236][237][238][240][241][242][243][244][245][246]'
where
Type
=
'RoleFunctions'
and
KeyId
=
'10'
;
...
...
sql/华夏ERP数据库设计汇总.xlsx
View file @
5f3501a5
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