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
5d1d8ea6
Commit
5d1d8ea6
authored
Jan 21, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页查询
parent
3ba34083
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
CmsNewsMapper.xml
...esources/mapper/business/cmsnews/mapper/CmsNewsMapper.xml
+1
-11
No files found.
src/main/resources/mapper/business/cmsnews/mapper/CmsNewsMapper.xml
View file @
5d1d8ea6
...
@@ -313,7 +313,6 @@
...
@@ -313,7 +313,6 @@
SELECT cn.release_date,
SELECT cn.release_date,
cn.business_id,
cn.business_id,
cn.title,
cn.title,
LEFT(cn.details, 50) AS details,
cn.plate,
cn.plate,
cn.is_fornt_page,
cn.is_fornt_page,
cn.is_recommended,
cn.is_recommended,
...
@@ -344,7 +343,6 @@
...
@@ -344,7 +343,6 @@
SELECT cn.release_date,
SELECT cn.release_date,
cn.business_id,
cn.business_id,
cn.title,
cn.title,
LEFT(cn.details, 50) AS details,
cn.plate,
cn.plate,
cn.is_fornt_page,
cn.is_fornt_page,
cn.is_recommended,
cn.is_recommended,
...
@@ -352,12 +350,8 @@
...
@@ -352,12 +350,8 @@
cn.news_type,
cn.news_type,
cn.tenant,
cn.tenant,
cn.weight,
cn.weight,
cn.create_date,
cn.update_date,
cn.remarks,
cn.picture_id,
cn.picture_id,
cn.read_count,
cn.read_count,
cn.create_by,
SUM(cn.click_through_rate) AS readNum
SUM(cn.click_through_rate) AS readNum
FROM (SELECT cn.*,
FROM (SELECT cn.*,
cpc.click_through_rate AS click_through_rate,
cpc.click_through_rate AS click_through_rate,
...
@@ -411,7 +405,6 @@
...
@@ -411,7 +405,6 @@
SELECT cn.release_date,
SELECT cn.release_date,
cn.business_id,
cn.business_id,
cn.title,
cn.title,
LEFT(cn.details, 50) AS details,
cn.plate,
cn.plate,
cn.is_fornt_page,
cn.is_fornt_page,
cn.is_recommended,
cn.is_recommended,
...
@@ -419,12 +412,9 @@
...
@@ -419,12 +412,9 @@
cn.news_type,
cn.news_type,
cn.tenant,
cn.tenant,
cn.weight,
cn.weight,
cn.create_date,
cn.update_date,
cn.remarks,
cn.picture_id,
cn.picture_id,
cn.read_count,
cn.read_count,
cn.
create_by
,
cn.
path
,
SUM(cn.click_through_rate) AS readNum
SUM(cn.click_through_rate) AS readNum
FROM (SELECT cn.*,
FROM (SELECT cn.*,
cpc.click_through_rate AS click_through_rate,
cpc.click_through_rate AS click_through_rate,
...
...
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