Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
87b710d1
Commit
87b710d1
authored
Oct 10, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分类权益配置】存在已经选择的资讯内容为空的情况
parent
c4ed4969
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
AppletNews.xml
...vice-book/src/main/resources/mapper/applet/AppletNews.xml
+3
-9
No files found.
pcloud-service-book/src/main/resources/mapper/applet/AppletNews.xml
View file @
87b710d1
...
@@ -640,11 +640,8 @@
...
@@ -640,11 +640,8 @@
count(n.id) browseCount
count(n.id) browseCount
FROM applet_news n
FROM applet_news n
left join
left join
applet_link_click c on n.id = c.from_id
applet_link_click c on n.id = c.from_id
and type_id = 1 AND record_type = 2
WHERE n.show_state = 1 and n.is_delete = 0
WHERE n.show_state = 1 and n.is_delete = 0
and
type_id = 1
AND record_type = 2
AND n.id IN
AND n.id IN
<foreach
collection=
"list"
item=
"item"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"list"
item=
"item"
separator=
","
open=
"("
close=
")"
>
${item}
${item}
...
@@ -1021,16 +1018,13 @@
...
@@ -1021,16 +1018,13 @@
count(n.id) browseCount
count(n.id) browseCount
FROM applet_news n
FROM applet_news n
left join
left join
applet_link_click c on n.id = c.from_id
applet_link_click c on n.id = c.from_id
and type_id = 1 AND record_type = 2
WHERE
WHERE
type_id = 1
AND
record_type = 2
and
n.id IN
n.id IN
<foreach
collection=
"list"
item=
"item"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"list"
item=
"item"
separator=
","
open=
"("
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
group by n.id
</select>
</select>
</mapper>
</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