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
46c8b3fe
Commit
46c8b3fe
authored
Jan 19, 2021
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixbug/fixrui' into 'master'
bug: [none] fixrui See merge request rays/pcloud-book!1161
parents
7aeb7329
d351a473
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
BookAdviser.Mapper.xml
...ook/src/main/resources/mapper/book/BookAdviser.Mapper.xml
+1
-3
No files found.
pcloud-service-book/src/main/resources/mapper/book/BookAdviser.Mapper.xml
View file @
46c8b3fe
...
@@ -827,7 +827,7 @@
...
@@ -827,7 +827,7 @@
IF(is_open_robot_process = 1 OR join_group_type = 4,1,0) isRui
IF(is_open_robot_process = 1 OR join_group_type = 4,1,0) isRui
FROM
FROM
book_adviser a
book_adviser a
LEFT JOIN book_group b ON a.BOOK_ID = b.book_id
LEFT JOIN book_group b ON a.BOOK_ID = b.book_id
and b.is_delete = 0
AND a.CHANNEL_ID = b.channel_id
AND a.CHANNEL_ID = b.channel_id
WHERE
WHERE
a.BOOK_ID = #{bookId}
a.BOOK_ID = #{bookId}
...
@@ -837,8 +837,6 @@
...
@@ -837,8 +837,6 @@
a.ADVISER_ID = #{adviserId}
a.ADVISER_ID = #{adviserId}
and
and
a.is_delete =0
a.is_delete =0
and
b.is_delete = 0
limit 1
limit 1
</select>
</select>
...
...
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