bug 食堂修改 补贴钱包 问题解决
This commit is contained in:
parent
713beeb9a1
commit
d067fc59c6
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue