xiaoyong931011
2023-07-28 83ffca0f4456ddca189568135dac5cb780583527
赠送积分更新状态
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 != null
            a.status is not NULL
            <if test="record.inOrOut == 3">
                and a.amount > 0
            </if>