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
038d1c3c
Commit
038d1c3c
authored
Apr 03, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.21-排序
parent
5e495a05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
TFascTemplateMapper.xml
...ves-biz/src/main/resources/mapper/TFascTemplateMapper.xml
+8
-4
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TFascTemplateMapper.xml
View file @
038d1c3c
...
@@ -172,7 +172,8 @@
...
@@ -172,7 +172,8 @@
a.delete_flag = '0'
a.delete_flag = '0'
<include
refid=
"tFascTemplate_where"
/>
<include
refid=
"tFascTemplate_where"
/>
</where>
</where>
ORDER BY a.fasc_create_time ASC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 0 ELSE 1 END
,a.fasc_create_time ASC
</select>
</select>
<!--tFascTemplate简单分页查询-->
<!--tFascTemplate简单分页查询-->
...
@@ -184,7 +185,8 @@
...
@@ -184,7 +185,8 @@
a.delete_flag = '0'
a.delete_flag = '0'
<include
refid=
"tFascTemplate_where"
/>
<include
refid=
"tFascTemplate_where"
/>
</where>
</where>
ORDER BY a.fasc_create_time ASC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 0 ELSE 1 END
,a.fasc_create_time ASC
</select>
</select>
<!--全量-->
<!--全量-->
<select
id=
"getTFascTemplateListAll"
resultMap=
"tFascTemplateMap"
>
<select
id=
"getTFascTemplateListAll"
resultMap=
"tFascTemplateMap"
>
...
@@ -195,7 +197,8 @@
...
@@ -195,7 +197,8 @@
1=1
1=1
<include
refid=
"tFascTemplate_where"
/>
<include
refid=
"tFascTemplate_where"
/>
</where>
</where>
ORDER BY a.fasc_create_time ASC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 0 ELSE 1 END
,a.fasc_create_time ASC
</select>
</select>
<!--导出-->
<!--导出-->
<select
id=
"getTFascTemplateExport"
resultMap=
"tFascTemplateExportMap"
>
<select
id=
"getTFascTemplateExport"
resultMap=
"tFascTemplateExportMap"
>
...
@@ -223,7 +226,8 @@
...
@@ -223,7 +226,8 @@
</foreach>
</foreach>
</if>
</if>
</where>
</where>
ORDER BY a.fasc_create_time ASC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 0 ELSE 1 END
,a.fasc_create_time ASC
<if
test=
"tFascTemplate != null"
>
<if
test=
"tFascTemplate != null"
>
<if
test=
"tFascTemplate.limitStart != null"
>
<if
test=
"tFascTemplate.limitStart != null"
>
limit #{tFascTemplate.limitStart},#{tFascTemplate.limitEnd}
limit #{tFascTemplate.limitStart},#{tFascTemplate.limitEnd}
...
...
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