fix
wzy
2022-11-14 1bbf36d28d57fcb0b759a60bd8433549d5abe056
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -46,7 +46,8 @@
        FROM
            member_coin_withdraw
        WHERE
        date_format(create_time, '%Y-%m-%d') = date_format(#{createTime}, '%Y-%m-%d')
        is_inside = 'N'
        and date_format(create_time, '%Y-%m-%d') = date_format(#{createTime}, '%Y-%m-%d')
        <if test="description !=null and description != ''">
            and member_id IN (
            SELECT