Commit d351a473 by 吴博

bug: [none] fixrui

parent 7aeb7329
......@@ -827,7 +827,7 @@
IF(is_open_robot_process = 1 OR join_group_type = 4,1,0) isRui
FROM
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
WHERE
a.BOOK_ID = #{bookId}
......@@ -837,8 +837,6 @@
a.ADVISER_ID = #{adviserId}
and
a.is_delete =0
and
b.is_delete = 0
limit 1
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment