Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
e4785ef0
Commit
e4785ef0
authored
Sep 01, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.5.8' into MVP1.5.8
parents
d95d0696
4a9934ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
SysMenuMapper.xml
...ermission-biz/src/main/resources/mapper/SysMenuMapper.xml
+5
-3
No files found.
yifu-permission/yifu-permission-biz/src/main/resources/mapper/SysMenuMapper.xml
View file @
e4785ef0
...
@@ -58,22 +58,24 @@
...
@@ -58,22 +58,24 @@
<include
refid=
"Base_Column_List"
/>
<include
refid=
"Base_Column_List"
/>
FROM sys_menu a
FROM sys_menu a
<where>
<where>
1=1
1=1
AND a.DELETE_STATUS = '1'
<include
refid=
"sysMenu_where"
/>
<include
refid=
"sysMenu_where"
/>
</where>
</where>
order by a.CREATE_TIME desc
</select>
</select>
<select
id=
"selectMenuId"
resultType=
"java.lang.Long"
>
<select
id=
"selectMenuId"
resultType=
"java.lang.Long"
>
SELECT
SELECT
count(1)
count(1)
FROM modeling_app_model a
FROM modeling_app_model a
where
a.fd_id = #{modelId}
WHERE
a.fd_id = #{modelId}
</select>
</select>
<select
id=
"selectColumnList"
resultType=
"java.lang.String"
>
<select
id=
"selectColumnList"
resultType=
"java.lang.String"
>
SELECT
SELECT
a.fd_column
a.fd_column
FROM sys_xform_db_column a
FROM sys_xform_db_column a
where a.fd_main_id = #{modelId}
LEFT JOIN sys_xform_db_table b on a.fd_main_id = b.fd_id
WHERE b.fd_model_id = #{modelId}
</select>
</select>
</mapper>
</mapper>
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