fix
wzy
2022-10-31 3468c100b9ef9747f5202c412a4ecbd4789d8a5d
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -33,6 +33,7 @@
        member_coin_withdraw a
        where a.member_id = #{memberId}
            and date_format(a.create_time, '%Y-%m-%d') = #{createTime}
            and a.is_inside = #{type}
    </select>
</mapper>