Commit 259a1385 by lili

修改bug

parent 87b16541
......@@ -557,8 +557,9 @@
book_group_classify c
JOIN
book_group_qrcode q ON c.id = q.classify_id
join book_adviser ba on c.book_id = ba.book_id and c.channel_id = ba.channel_id and c.create_user = ba.adviser_id
WHERE
c.create_user = #{_parameter} AND c.is_delete = 0 and q.is_delete = 0
c.create_user = #{_parameter} AND c.is_delete = 0 and q.is_delete = 0 and ba.is_delete = 0
</select>
<resultMap id="GroupQrcodeMap" type="GroupQrcodeBaseDTO">
......
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