Commit 149115ef by 朱亚洁

fixbug1019105

parent daca6eee
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
AND ad_position = 'WECHAT_GROUP_MSG' AND ad_position = 'WECHAT_GROUP_MSG'
</if> </if>
<if test="type != null and type == 'BOOK'.toString()"> <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> </if>
order by order by
create_time desc 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