This commit is contained in:
jsowell
2026-05-14 14:36:37 +08:00
parent 382f60ed0d
commit 61603f56d4

View File

@@ -521,7 +521,7 @@
<include refid="Base_Column_List" />
from member_wallet_info
where del_flag = '0'
and member_id = #{memberId,jdbcType=INTEGER}
and member_id = #{memberId,jdbcType=VARCHAR}
<if test="merchantId != null">
and merchant_id = #{merchantId,jdbcType=VARCHAR}
</if>
@@ -533,7 +533,7 @@
<include refid="Base_Column_List" />
from member_wallet_info
where del_flag = '0'
and member_id = #{memberId,jdbcType=INTEGER}
and member_id = #{memberId,jdbcType=VARCHAR}
<if test="merchantId != null">
and merchant_id = #{merchantId,jdbcType=VARCHAR}
</if>
@@ -544,7 +544,7 @@
<include refid="Base_Column_List" />
from member_wallet_info
where del_flag = '0'
and member_id = #{memberId,jdbcType=INTEGER}
and member_id = #{memberId,jdbcType=VARCHAR}
and merchant_id is not null
</select>