Commit 33d4d9f9 by 阮思源

Merge branch 'fixbug1019105' into 'master'

fixbug1019105

See merge request rays/pcloud-book!296
parents daca6eee 149115ef
......@@ -226,7 +226,7 @@
AND ad_position = 'WECHAT_GROUP_MSG'
</if>
<if test="type != null and type == 'BOOK'.toString()">
AND ad_position != 'WECHAT_GROUP_MSG' OR ad_position IS NULL
AND (ad_position != 'WECHAT_GROUP_MSG' OR ad_position IS NULL)
</if>
order by
create_time desc
......
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