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
d1413f99
Commit
d1413f99
authored
Jun 04, 2020
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并
parent
cc1d520e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
BookGroupBizImpl.java
...java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
+5
-0
AppClickRecord.xml
...e-book/src/main/resources/mapper/group/AppClickRecord.xml
+1
-1
BookAppletScene.xml
...-book/src/main/resources/mapper/group/BookAppletScene.xml
+1
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
View file @
d1413f99
...
...
@@ -4696,6 +4696,11 @@ public class BookGroupBizImpl implements BookGroupBiz {
@ParamLog
(
"生成小程序码"
)
@Override
public
void
createBookGroupAppletUrl
(
Long
bookGroupId
,
Long
bookId
,
Long
channelId
,
Long
adviserId
)
{
BookAppletScene
appletScene
=
bookAppletSceneDao
.
getByBookGroupId
(
bookGroupId
);
if
(
null
!=
appletScene
)
{
LOGGER
.
info
(
"小程序码已存在, bookGroupId"
+
bookGroupId
);
return
;
}
BookAdviserDto
bookAdviserDto
=
bookAdviserDao
.
getBase
(
bookId
,
channelId
,
adviserId
);
Long
raysClassifyId
=
bookRaysClassifyDao
.
getClassifyIdByBookTemplateId
(
bookAdviserDto
.
getTempletId
());
if
(
null
==
raysClassifyId
)
{
...
...
pcloud-service-book/src/main/resources/mapper/group/AppClickRecord.xml
View file @
d1413f99
...
...
@@ -188,7 +188,7 @@
</if>
FROM
book_group t1
STRAIGHT_
JOIN app_click_record t ON t.book_group_id = t1.id
INNER
JOIN app_click_record t ON t.book_group_id = t1.id
WHERE
1 = 1
<if
test=
"joinGroupType!=null"
>
...
...
pcloud-service-book/src/main/resources/mapper/group/BookAppletScene.xml
View file @
d1413f99
...
...
@@ -77,6 +77,7 @@
FROM book_applet_scene
WHERE book_group_id=#{bookGroupId}
AND is_delete = 0
limit 1
</select>
<select
id=
"getBySceneId"
parameterType=
"long"
resultMap=
"BaseResultMap"
>
...
...
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