bug 食堂修改 补贴钱包 问题解决

This commit is contained in:
lizhenhua 2025-09-08 17:22:42 +08:00
parent 713beeb9a1
commit d067fc59c6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectAccWalletInfoByUserId" parameterType="Long" resultMap="AccWalletInfoResult">
<include refid="selectAccWalletInfoVo"/>
where user_id = #{userId}
where user_id = #{userId} and wallet_type = 1
</select>
<select id="selectAccWalletInfoByUserIdAndWalletType" resultMap="AccWalletInfoResult">