xiaoyong931011
2022-10-31 9d2febb90dab7ca0de3d8db1bc045de9f1a5a3b9
20221021
1 files modified
2 ■■■ changed files
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -33,7 +33,7 @@
        member_coin_withdraw a
        where a.member_id = #{memberId}
            and date_format(a.create_time, '%Y-%m-%d') = #{createTime}
            and a.type = #{type}
            and a.is_inside = #{type}
    </select>
</mapper>