mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
新增 删除结算账户、新增结算账户接口
This commit is contained in:
@@ -528,4 +528,20 @@
|
||||
where del_flag = '0'
|
||||
and adapay_member_id = #{memberId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<update id="deleteAccountByMerchantId">
|
||||
update
|
||||
adapay_member_account
|
||||
set del_flag = '0'
|
||||
where merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
<select id="selectRecentInfoByMerchantId" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from adapay_member_account
|
||||
where merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
order by create_time desc
|
||||
limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user