update 获取累计充值金额

This commit is contained in:
2024-03-02 16:45:36 +08:00
parent 6d898a6b54
commit afb27a812d
9 changed files with 126 additions and 13 deletions

View File

@@ -201,4 +201,8 @@
where del_flag = '0'
and wallet_code = #{walletCode,jdbcType=VARCHAR}
</select>
<select id="selectMemberWalletInfo" resultType="com.jsowell.pile.vo.base.MemberWalletVO">
</select>
</mapper>