xiaoyong931011
2023-07-28 2d43e92311c77d1e7d99fe3cdebfb721b361c060
赠送积分更新状态
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -13,7 +13,6 @@
        from mall_money_flow a
            left join mall_member b on a.rt_member_id=b.id
        <where>
--             1=1 and a.status = 2
            <if test="record.inOrOut == 3">
                and a.amount > 0
            </if>