فهرست منبع

小程序订单查询, 查询条件状态调整

zhangshuling 1 هفته پیش
والد
کامیت
6093e92eef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ship-module-trade/ship-module-trade-biz/src/main/resources/mapper/order/TradeOrderMapper.xml

+ 1 - 1
ship-module-trade/ship-module-trade-biz/src/main/resources/mapper/order/TradeOrderMapper.xml

@@ -2866,7 +2866,7 @@
                 left join trade_visitor t5 on t1.id = t5.order_id
         WHERE
             t1.deleted = 0
-          and t1.order_status in (3,6,7,8,9)
+          and t1.order_status in (15, 14, 13, 10, 12, 9, 8, 7, 6, 5, 4, 3, 1, 0)
           <choose>
               <when test="keyword != null and keyword != ''">
                   and (t5.mobile = #{keyword} or t5.credential_no = #{keyword})