|
|
@@ -525,7 +525,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getRandomPaymentInfo" resultType="org.jeecg.modules.hlwpayment.entity.HlwPayment">
|
|
|
- SELECT a.id,a.payment_code,a.total_payment
|
|
|
+ SELECT a.id,a.payment_code,a.total_payment,a.payment
|
|
|
FROM hlw_payment a
|
|
|
where a.status = 3 and a.del_flag = 0
|
|
|
ORDER BY a.create_time desc
|