Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-enterprise
Commits
dbff1ef2
Commit
dbff1ef2
authored
Jul 21, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装修页面修复:setting字段查询
parent
598f2452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
TabAppletCustomPageMapper.xml
...e/src/main/resources/mapper/TabAppletCustomPageMapper.xml
+12
-3
No files found.
gic-platform-enterprise-service/src/main/resources/mapper/TabAppletCustomPageMapper.xml
View file @
dbff1ef2
...
...
@@ -196,7 +196,10 @@
</update>
<select
id=
"listByParams"
resultMap=
"BaseResultMap"
parameterType=
"com.gic.enterprise.qo.AppletPageQO"
>
select
<include
refid=
"Base_Column_List"
></include>
select
<include
refid=
"Base_Column_List"
></include>
,
<include
refid=
"Blob_Column_List"
/>
from tab_applet_custom_page
where status between 1 and 2
<if
test=
"search != null and search != '' "
>
...
...
@@ -233,7 +236,10 @@
</update>
<select
id=
"listEnablePage"
resultMap=
"BaseResultMap"
>
select
<include
refid=
"Base_Column_List"
></include>
select
<include
refid=
"Base_Column_List"
></include>
,
<include
refid=
"Blob_Column_List"
/>
from tab_applet_custom_page
where status = 1
and enterprise_id = #{enterpriseId}
...
...
@@ -252,7 +258,10 @@
</select>
<select
id=
"getDefault"
resultMap=
"BaseResultMap"
>
select
<include
refid=
"Base_Column_List"
></include>
select
<include
refid=
"Base_Column_List"
></include>
,
<include
refid=
"Blob_Column_List"
/>
from tab_applet_custom_page
where status = 1
and enterprise_id = -1
...
...
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