Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
site-project
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
hqzhdj
site-project
Commits
1207dc61
Commit
1207dc61
authored
Dec 19, 2024
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核时间查询
parent
5fc58839
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
cloud-site-service/src/main/resources/mapper/PublicationMapper.xml
+5
-5
No files found.
cloud-site-service/src/main/resources/mapper/PublicationMapper.xml
View file @
1207dc61
...
...
@@ -50,13 +50,13 @@
and a.file_name like CONCAT('%', '${fileName}', '%' )
</if>
<if
test=
"start != null"
>
and a.
releas
e_time >= #{start}
and a.
approv
e_time >= #{start}
</if>
<if
test=
"number != null"
>
and a.number = #{number}
</if>
<if
test=
"author != null"
>
and a.author =
#{author}
and a.author =
like CONCAT('%', '${author}', '%' )
</if>
<if
test=
"level != null and level == 1"
>
and a.type_one=#{typeId}
...
...
@@ -68,7 +68,7 @@
and a.type_three=#{typeId}
</if>
<if
test=
"end != null"
>
and #{end} >= a.
releas
e_time
and #{end} >= a.
approv
e_time
</if>
<if
test=
"null != state"
>
and a.state = #{state}
...
...
@@ -84,10 +84,10 @@
and a.file_name like CONCAT('%', '${fileName}', '%' )
</if>
<if
test=
"start != null"
>
and a.
releas
e_time >= #{start}
and a.
approv
e_time >= #{start}
</if>
<if
test=
"end != null"
>
and #{end} >= a.
releas
e_time
and #{end} >= a.
approv
e_time
</if>
order by a.submit_time DESC
</select>
...
...
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