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
129d0dcf
Commit
129d0dcf
authored
Apr 03, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.21' into MVP1.7.21
parents
c6fac992
e76c3712
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
TFascTemplateMapper.xml
...ves-biz/src/main/resources/mapper/TFascTemplateMapper.xml
+10
-10
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TFascTemplateMapper.xml
View file @
129d0dcf
...
...
@@ -172,8 +172,8 @@
a.delete_flag = '0'
<include
refid=
"tFascTemplate_where"
/>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
0 ELSE 1 END
,a.fasc_create_time
A
SC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
1 ELSE 0 END DESC
,a.fasc_create_time
DE
SC
</select>
<!--tFascTemplate简单分页查询-->
...
...
@@ -185,8 +185,8 @@
a.delete_flag = '0'
<include
refid=
"tFascTemplate_where"
/>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
0 ELSE 1 END
,a.fasc_create_time
A
SC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
1 ELSE 0 END DESC
,a.fasc_create_time
DE
SC
</select>
<!--全量-->
<select
id=
"getTFascTemplateListAll"
resultMap=
"tFascTemplateMap"
>
...
...
@@ -197,8 +197,8 @@
1=1
<include
refid=
"tFascTemplate_where"
/>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
0 ELSE 1 END
,a.fasc_create_time
A
SC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
1 ELSE 0 END DESC
,a.fasc_create_time
DE
SC
</select>
<!--导出-->
<select
id=
"getTFascTemplateExport"
resultMap=
"tFascTemplateExportMap"
>
...
...
@@ -226,8 +226,8 @@
</foreach>
</if>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
0 ELSE 1 END
,a.fasc_create_time
A
SC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
1 ELSE 0 END DESC
,a.fasc_create_time
DE
SC
<if
test=
"tFascTemplate != null"
>
<if
test=
"tFascTemplate.limitStart != null"
>
limit #{tFascTemplate.limitStart},#{tFascTemplate.limitEnd}
...
...
@@ -281,8 +281,8 @@
AND a.sign_name like concat('%', #{signName}, '%')
</if>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
0 ELSE 1 END
,a.fasc_create_time
A
SC
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN
1 ELSE 0 END DESC
,a.fasc_create_time
DE
SC
</select>
</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