Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
6716c341
Commit
6716c341
authored
Dec 27, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一个字段错误
parent
527bc6e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/java/cn/stylefeng/guns/modular/system/mapper/mapping/DeptMapper.xml
+1
-1
src/main/java/cn/stylefeng/guns/modular/system/mapper/mapping/MenuMapper.xml
+2
-2
No files found.
src/main/java/cn/stylefeng/guns/modular/system/mapper/mapping/DeptMapper.xml
View file @
6716c341
...
...
@@ -32,7 +32,7 @@
ELSE
'false'
END
) as
isO
pen from sys_dept
) as
o
pen from sys_dept
</select>
<select
id=
"list"
resultType=
"map"
>
...
...
src/main/java/cn/stylefeng/guns/modular/system/mapper/mapping/MenuMapper.xml
View file @
6716c341
...
...
@@ -70,7 +70,7 @@
ELSE
'false'
END
) as
isO
pen
) as
o
pen
FROM
sys_menu m1
LEFT join sys_menu m2 ON m1.PCODE = m2.CODE
...
...
@@ -98,7 +98,7 @@
ELSE
'false'
END
) as
isO
pen,
) as
o
pen,
(
CASE
WHEN (m3.MENU_ID = 0 OR m3.MENU_ID
...
...
Write
Preview
Markdown
is supported
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