|
|
@@ -461,7 +461,7 @@ select
|
|
|
a.zxs_remarks zxsRemarks, date_format(a.payment_time, '%Y-%m-%d')paymentTimes, a.payment_amount paymentAmount,
|
|
|
date_format(a. invoice_time, '%Y-%m-%d') invoiceTimes, a.invoice_amount invoiceAmount,a.invoice_type invoiceType,
|
|
|
a.cw_remarks cwRemarks,a.back_status backStatus ,a.contract_picture_url contractPictureUrl,a.first_amount firstAmount
|
|
|
- from new_order_change a where 1 = 1 and status!=4
|
|
|
+ from new_order_change a where 1 = 1
|
|
|
and a.id= #{ChangeId}
|
|
|
order by a.create_time desc
|
|
|
</select>
|