xiaoyong931011
2023-08-16 f95f10089e8c939c57f6140b960b2e6760067146
赠送积分更新状态
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -12,7 +12,7 @@
            a.*
        from mall_money_flow a
        <where>
            a.status is not NULL
            and a.status = 2
            <if test="record.inOrOut == 3">
                and a.amount > 0
            </if>