Commit d03c6b68 authored by wanjilong's avatar wanjilong

add: fix bug

parent 19618755
......@@ -32,7 +32,6 @@ join pay_order_item poi on poi.`order_item_id` = poci.`order_item_id`
where
not exists (select 1 from refund_order ro where ro.`order_item_id` = poci.`order_item_id`) and
poci.pay_sub_type = 105 and poci.account_id = ?
and poi.refund_order_status = 0
group by notify_account_status ";
/*
......
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