mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 0xA1并充相关逻辑
This commit is contained in:
@@ -182,7 +182,10 @@
|
||||
from member_wallet_info
|
||||
where del_flag = '0'
|
||||
and member_id = #{memberId,jdbcType=INTEGER}
|
||||
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
<if test="merchantId != null">
|
||||
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
|
||||
</select>
|
||||
|
||||
<select id="selectByMemberWalletList" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user