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

Commit f93f8e85 authored by GaoHu's avatar GaoHu

bug总代未卖票佣金计算

parent 80f82443
......@@ -77,7 +77,7 @@
LEFT JOIN kylin_order_ticket_status AS kots ON kots.order_id = kotr.order_id
WHERE
kotr.agent_id IN ( SELECT uid FROM smile_user WHERE agent_id = #{uid} )
AND kots.status IN (1,6)
AND kots.status IN (1,6,3)
) AND kotr.performance_id = #{performancesId} AND kotr.ticket_id = #{ticketId}
</select>
......
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