xiaoyong931011
2022-12-08 8b7e2c47b56bfe506ffd32b4f6268c5525248d7f
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -46,7 +46,7 @@
        FROM
            member_coin_withdraw
        WHERE
        is_inside = 'N'
        is_inside = 'N' and status = 2
        and date_format(create_time, '%Y-%m-%d') = date_format(#{createTime}, '%Y-%m-%d')
        <if test="description !=null and description != ''">
            and member_id IN (