记得上下班打卡 | git大法好,push需谨慎

Commit 5f600301 authored by 胡佳晨's avatar 胡佳晨

正在下单活动 返回图片

parent 08493580
......@@ -72,7 +72,7 @@ GROUP BY b.store_id ORDER BY b.created_at asc
from goblin_self_marketing as gsm left join goblin_marketing_zhengzai_relation gmzr on gsm.self_market_id =
gmzr.self_market_id
<where>
gmzr.del_tag = 0 and gsm.del_flag = 0
(gmzr.del_tag = 0 or gmzr.del_tag is null) and gsm.del_flag = 0
<if test="purchaseName != null and purchaseName!=''">and gsm.name like concat('%', #{purchaseName}, '%')
'%'
</if>
......
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