|
|
@@ -388,7 +388,7 @@
|
|
|
</insert>
|
|
|
<select id="selectByidGetDetails" resultType="com.goafanti.organization.bo.outOrderPayment">
|
|
|
select a.id,a.tid,a.node_id nodeId,a.payment_type paymentType,a.company_name companyName,a.quantity,
|
|
|
- a.payment_status paymentStatus,a.status,a.payment_amount paymentAmount,a.remarks ,
|
|
|
+ a.payment_status paymentStatus,a.status,a.payment_amount paymentAmount,a.remarks ,d.finance_name examineName,
|
|
|
d.finance_name financeName ,c.order_no orderNo,a.application_amount applicationAmount
|
|
|
from t_order_payment a
|
|
|
left join t_order_task c on a.tid=c.id left join t_order_mid d on c.order_no=d.order_no where a.id= #{id}
|