xiaoyong931011
2022-11-14 3393baab3fa89c8f85cff835f0ddd67f24b1634a
20221114,按日期查看资产
1 files modified
3 ■■■■ changed files
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml 3 ●●●● patch | view | raw | blame | history
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