xiaoyong931011
2023-01-06 8b92a1b10e9d919fd8673ece41722bb966babbb3
20221227 充值归集
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallOrderInfoMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -157,7 +157,7 @@
            <if test="record.status == 4 and record.status != 0">
                and a.status = 4 and a.comment_state != 2
            </if>
            <if test="record.status != 4 and record.status != 0 and record.status != 5">
            <if test="record.status != 4 and record.status != 0 and record.status != 5 and record.status != 6">
                and a.status = #{record.status}
            </if>
            <if test="record.status == 5">