|
@@ -255,7 +255,8 @@
|
|
|
(case when min(reced.payway) != 5 then min(reced.payway) else max(reced.payway) end )
|
|
|
and site_id = #{siteId} and customer_id =#{customerId}) as "paywayname",
|
|
|
(select label from pay_sys_dict where type = '交易状态' and value = max(reced.state) and site_id = #{siteId} and customer_id =#{customerId}) as "statename",
|
|
|
- max(reced.invoice_id) as "invoiceId",
|
|
|
+ max(invoice_id) as "invoiceId",
|
|
|
+ max(iscanceled) as "iscanceled",
|
|
|
max(canceltime) as "canceltime",
|
|
|
max(create_date) as "createDate"
|
|
|
from pay_pay_received reced
|