摘要:
select b.bid_name as bidName,bd.repayment_way as depict,r.exact_repayment_time as time, r.should_repayment_principal as amount, '待收本金' as typeContent from repayment r INNER JOIN bid b ON r.bid_id = b... 阅读全文
摘要:
1 (select recharge_arrive_time as time,recharge_amount as amount,state,'充值' AS type from onlinerecharge where user_id=1) 2 UNION 3 (select confirm_time as time,withdraw_cash_amount as amount,stat... 阅读全文