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

Commit 5cfdef4b authored by jiangxiulong's avatar jiangxiulong

大麦推送只推送电子票

parent 076b0839
......@@ -333,7 +333,9 @@
LEFT JOIN kylin_order_ticket_entities AS ote ON ote.order_id = ot.order_tickets_id
LEFT JOIN kylin_ticket_status AS kys ON kys.ticket_id = otr.ticket_id
WHERE (ots.status = 1 or ots.status = 3 or ots.status = 4 or ots.status = 6)
AND ote.ticket_id = ${ticketsId} group by order_ticket_entities_id
AND ote.ticket_id = ${ticketsId}
AND ot.get_ticket_type = 'electronic'
group by order_ticket_entities_id
</select>
<select id="orderScriptDto" parameterType="java.lang.String" resultMap="orderScriptDtoResult">
......
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