Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_api
Project
Project
Details
Activity
Releases
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
liyilin
intel_promotion_api
Commits
94c05fba
Commit
94c05fba
authored
Jul 05, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
20bdf591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CmsPriceClickMapper.xml
...per/business/cmspriceclick/mapper/CmsPriceClickMapper.xml
+6
-0
No files found.
src/main/resources/mapper/business/cmspriceclick/mapper/CmsPriceClickMapper.xml
View file @
94c05fba
...
@@ -169,6 +169,7 @@
...
@@ -169,6 +169,7 @@
SELECT *
SELECT *
FROM (SELECT cpc.business_id,
FROM (SELECT cpc.business_id,
cpc.news_video_id,
cpc.news_video_id,
cpc.update_date,
cn.title AS title,
cn.title AS title,
sun.business_id AS unitId,
sun.business_id AS unitId,
sun.unit_name AS unitName,
sun.unit_name AS unitName,
...
@@ -191,6 +192,7 @@
...
@@ -191,6 +192,7 @@
UNION ALL
UNION ALL
SELECT cpc.business_id,
SELECT cpc.business_id,
cpc.news_video_id,
cpc.news_video_id,
cpc.update_date,
cv.video_title AS title,
cv.video_title AS title,
sun.business_id AS unitId,
sun.business_id AS unitId,
sun.unit_name AS unitName,
sun.unit_name AS unitName,
...
@@ -221,6 +223,10 @@
...
@@ -221,6 +223,10 @@
<if
test=
"entity.newsVideoId !=null and entity.newsVideoId != '' "
>
<if
test=
"entity.newsVideoId !=null and entity.newsVideoId != '' "
>
AND combined_results.news_video_id = #{entity.newsVideoId}
AND combined_results.news_video_id = #{entity.newsVideoId}
</if>
</if>
<if
test=
"entity.startTime !=null and entity.startTime != '' and entity.endTime !=null and entity.endTime != '' "
>
AND combined_results.update_date >= #{entity.startTime}
AND combined_results.update_date
<
= #{entity.endTime}
</if>
ORDER BY combined_results.business_id DESC
ORDER BY combined_results.business_id DESC
</select>
</select>
<select
id=
"merchantAdminsPaginateQueries"
<select
id=
"merchantAdminsPaginateQueries"
...
...
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