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
954fc529
Commit
954fc529
authored
Sep 14, 2020
by
桂前礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: [1025516] 书籍相关社群里活码群应该显示群分类的名称
parent
89ab2d49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
+5
-1
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+1
-0
GroupQrcode.Mapper.xml
...ok/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
+1
-1
PcloudGroupActivityDao.xml
...rc/main/resources/mapper/skill/PcloudGroupActivityDao.xml
+3
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
954fc529
...
...
@@ -1490,6 +1490,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
if
(
groupActivity4AppletDTO
!=
null
)
{
item
.
setGroupName
(
groupActivity4AppletDTO
.
getName
());
item
.
setGroupDesc
(
groupActivity4AppletDTO
.
getCutDesc
());
item
.
setPrice
(
groupActivity4AppletDTO
.
getPrice
());
if
(
StringUtil
.
isEmpty
(
item
.
getGroupType
())){
//add by pans 编辑段群groupType来源于rightNowItem
item
.
setGroupType
(
groupActivity4AppletDTO
.
getGroupType
()
==
null
?
null
:
groupActivity4AppletDTO
.
getGroupType
().
toString
());
item
.
setLinkUrl
(
groupActivity4AppletDTO
.
getGroupLink
());
...
...
pcloud-service-book/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
View file @
954fc529
...
...
@@ -881,7 +881,7 @@
r.id id,
r.classify_id classifyId,
r.weixin_group_id weixinGroupId,
r.group_name
groupName,
f.classify
groupName,
r.user_number userNumber,
f.classify classify,
r.qrcode_url qrcodeUrl,
...
...
pcloud-service-book/src/main/resources/mapper/skill/PcloudGroupActivityDao.xml
View file @
954fc529
...
...
@@ -331,6 +331,7 @@
c.id,
c.classify as `name`,
c.classify_introduce AS `desc`,
c.price AS price,
a.join_type AS joinType,
c.classify AS groupName,
b.user_number userNumber,
...
...
@@ -366,6 +367,7 @@
a.description as `desc`,
a.join_type AS joinType,
c.classify AS groupName,
c.price AS price,
b.user_number userNumber,
b.classify_id classifyId,
c.book_group_id bookGroupId,
...
...
@@ -706,6 +708,7 @@
c.id,
c.classify as `name`,
c.classify_introduce AS `desc`,
c.price AS price,
c.classify AS groupName,
b.user_number userNumber,
b.classify_id classifyId,
...
...
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