Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
吕剑
/
iqiyi-inject-management
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c81b6382
...
c81b63826c31460b2988033a394e5a31b4f05b5f
authored
2021-06-17 21:14:11 +0800
by
姬傲辉
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加了导出excel并发送邮件功能
修改了查询全部1
1 parent
0e091d7c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
src/main/resources/mapper/iqiyi/ContentMapper.xml
src/main/resources/mapper/iqiyi/ProgramMapper.xml
src/main/resources/mapper/iqiyi/ContentMapper.xml
View file @
c81b638
...
...
@@ -62,6 +62,9 @@
<if
test=
"score != null"
>
and score = #{score}
</if>
<if
test=
"year != null"
>
and year = #{year}
</if>
<if
test=
"platformInfo != null"
>
and platform_info = #{platformInfo}
</if>
...
...
src/main/resources/mapper/iqiyi/ProgramMapper.xml
View file @
c81b638
...
...
@@ -131,6 +131,9 @@
<if
test=
"score != null"
>
and score
>
= #{score}
</if>
<if
test=
"year != null"
>
and year = #{year}
</if>
<!-- <if test="score2 != null">-->
<!-- and score <= #{score2}-->
<!-- </if>-->
...
...
Please
register
or
sign in
to post a comment