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
2a46ff5a
Commit
2a46ff5a
authored
May 03, 2019
by
季圣华
Browse files
继续优化sql结构
parent
9f7a11d8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp(
优先选择这个
).sql
→
sql/jsh_erp(
后续更新参考这个更新
).sql
View file @
2a46ff5a
...
...
@@ -1623,4 +1623,12 @@ select '030112', '库存预警', '0301', '../reports/stock_warning_report.html',
-- ----------------------------
update
jsh_userbusiness
SET
Type
=
'RoleFunctions'
,
KeyId
=
'4'
,
Value
=
'[13][12][16][243][14][15][234][236][22][23][220][240][25][217][218][26][194][195][31][59][207][208][209][226][227][228][229][235][237][244][210][211][241][33][199][242][41][200][201][202][40][232][233][197][203][204][205][206][212]'
where
Id
=
5
;
\ No newline at end of file
where
Id
=
5
;
-- ----------------------------
-- 给app的功能增加代号 在功能表增加个人信息
-- ----------------------------
update
jsh_app
SET
Number
=
'02'
where
name
=
'个人信息'
;
insert
into
`jsh_functions`
(
`Number`
,
`Name`
,
`PNumber`
,
`URL`
,
`State`
,
`Sort`
,
`Enabled`
,
`Type`
,
`PushBtn`
)
select
'02'
,
'个人信息'
,
'0'
,
''
,
b
'1'
,
'0005'
,
b
'1'
,
'电脑版'
,
''
from
dual
where
not
exists
(
select
*
from
jsh_functions
where
Number
=
'02'
and
PNumber
=
'0'
);
\ No newline at end of file
sql/jsh_erp(
如果导入sql遇到困难,请使用此文件
).sql
→
sql/jsh_erp(
第一次建库请使用这个
).sql
View file @
2a46ff5a
This diff is collapsed.
Click to expand it.
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