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
27b75ceb
Commit
27b75ceb
authored
Dec 04, 2020
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixbug/1026459' into 'master'
bug: [1026459] 过滤带小睿链接的精品文章作品 See merge request rays/pcloud-book!1087
parents
688d5b89
d3c2547e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletions
+8
-1
BookGroupBizImpl.java
...java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
+3
-0
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+3
-0
AnswerSubscribeAdviserDao.xml
...ain/resources/mapper/applet/AnswerSubscribeAdviserDao.xml
+1
-0
AnswerSubscribeDao.xml
...k/src/main/resources/mapper/applet/AnswerSubscribeDao.xml
+1
-1
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
View file @
27b75ceb
...
@@ -5287,6 +5287,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
...
@@ -5287,6 +5287,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
}
else
{
}
else
{
bookServeDTO
.
setHasThirdLink
(
false
);
bookServeDTO
.
setHasThirdLink
(
false
);
}
}
if
(
checkRayUrl
(
productDto
.
getSkipUrl
())
&&
ProductTypeConstant
.
ARTICLE
.
equals
(
bookServeDTO
.
getFromType
())){
removeList
.
add
(
bookServeDTO
);
}
}
else
{
}
else
{
removeList
.
add
(
bookServeDTO
);
removeList
.
add
(
bookServeDTO
);
}
}
...
...
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
27b75ceb
...
@@ -1556,6 +1556,9 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -1556,6 +1556,9 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
}
else
{
}
else
{
item
.
setHasThirdLink
(
false
);
item
.
setHasThirdLink
(
false
);
}
}
if
(
bookGroupBiz
.
checkRayUrl
(
productDto
.
getSkipUrl
())
&&
ProductTypeConstant
.
ARTICLE
.
equals
(
item
.
getServeTypeCode
())){
list_remove
.
add
(
item
);
}
}
}
}
}
if
(
AppAndProductTypeEnum
.
APP
.
value
.
equals
(
item
.
getServeType
()))
{
if
(
AppAndProductTypeEnum
.
APP
.
value
.
equals
(
item
.
getServeType
()))
{
...
...
pcloud-service-book/src/main/resources/mapper/applet/AnswerSubscribeAdviserDao.xml
View file @
27b75ceb
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
id, adviser_id, send_state, send_type, create_time, update_time, book_id, channel_id
id, adviser_id, send_state, send_type, create_time, update_time, book_id, channel_id
from book.answer_subscribe_adviser
from book.answer_subscribe_adviser
WHERE send_state = 0
WHERE send_state = 0
AND adviser_id>0
GROUP BY
GROUP BY
book_id, channel_id, adviser_id
book_id, channel_id, adviser_id
</select>
</select>
...
...
pcloud-service-book/src/main/resources/mapper/applet/AnswerSubscribeDao.xml
View file @
27b75ceb
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
FROM
FROM
answer_subscribe
answer_subscribe
WHERE
WHERE
1=1
adviser_id>0
GROUP BY
GROUP BY
book_id, channel_id, adviser_id
book_id, channel_id, adviser_id
HAVING
HAVING
...
...
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