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
54a5061a
Commit
54a5061a
authored
Jul 29, 2019
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mymaster' into 'master'
修改显示书名的bug See merge request rays/pcloud-book!63
parents
6aefdabe
8a66bdf5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
BookGroupBizImpl.java
...java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
+4
-0
BookGroupMapper.xml
...-book/src/main/resources/mapper/group/BookGroupMapper.xml
+2
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/BookGroupBizImpl.java
View file @
54a5061a
...
@@ -167,6 +167,10 @@ public class BookGroupBizImpl implements BookGroupBiz {
...
@@ -167,6 +167,10 @@ public class BookGroupBizImpl implements BookGroupBiz {
bookGroup
.
setBookId
(
bookId
);
bookGroup
.
setBookId
(
bookId
);
bookGroup
.
setChannelId
(
channelId
);
bookGroup
.
setChannelId
(
channelId
);
bookGroup
.
setCreateUser
(
adviserId
);
bookGroup
.
setCreateUser
(
adviserId
);
Boolean
isShowBookName
=
bookGroupDao
.
getIsShowBookName
(
adviserId
);
if
(
isShowBookName
!=
null
)
{
bookGroup
.
setIsShowBookName
(
isShowBookName
);
}
if
(
addType
!=
null
&&
addType
==
1
)
{
if
(
addType
!=
null
&&
addType
==
1
)
{
GroupQrcodeVO
groupQrcodeVO
=
null
;
GroupQrcodeVO
groupQrcodeVO
=
null
;
if
(
sceneId
!=
null
)
{
if
(
sceneId
!=
null
)
{
...
...
pcloud-service-book/src/main/resources/mapper/group/BookGroupMapper.xml
View file @
54a5061a
...
@@ -156,6 +156,7 @@
...
@@ -156,6 +156,7 @@
create_user,
create_user,
create_time,
create_time,
update_time,
update_time,
is_show_book_name,
</trim>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
#{bookId,jdbcType=BIGINT},
#{bookId,jdbcType=BIGINT},
...
@@ -173,6 +174,7 @@
...
@@ -173,6 +174,7 @@
#{createUser,jdbcType=BIGINT},
#{createUser,jdbcType=BIGINT},
NOW(),
NOW(),
NOW(),
NOW(),
#{isShowBookName,jdbcType=BOOLEAN},
</trim>
</trim>
</insert>
</insert>
...
...
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