mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
计算余额扣除金额
This commit is contained in:
@@ -470,4 +470,14 @@
|
||||
where del_flag = '0'
|
||||
and payment_id = #{paymentId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="selectAvailableBalance" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from member_adapay_record
|
||||
where del_flag = '0'
|
||||
and scenario_type = 'balance'
|
||||
and balance_amt > '0.00'
|
||||
and member_id = #{memberId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user