xiaoyong931011
2021-09-27 848e08c6cef8a6d62c9c9aa40b2f0b9363f3137f
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -93,7 +93,7 @@
            <if test="record.status == 4 and record.status != 0">
                and a.status in (5,6)
            </if>
            <if test="record.status != 4 and record.status != 0">
            <if test="record.status != 4 and record.status != 0 and record.status != 5">
                and a.status = #{record.status}
            </if>
            <if test="record.status == 5">