xiaoyong931011
2021-05-26 f26ca86c40d50b8db0aac29e26fdcb354789e0dc
20210525  申诉
1 files modified
2 ■■■ changed files
src/main/resources/mapper/otc/OtcOrderDao.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -91,7 +91,7 @@
        where member_id=#{memberId}
          <!-- 查询除完成以外所有订单 -->
          <if test="status != null and status == 0">
              and status != 3
              and status = 3
          </if>
        <if test="status != null and status != 0">
            and status != 3