瀏覽代碼

订单明细列表bug修复

hu 3 年之前
父節點
當前提交
abd5773dd2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/custom/restcontroller/webmanage/sale/order/SQL/订单商品明细_列表.sql

+ 0 - 1
src/custom/restcontroller/webmanage/sale/order/SQL/订单商品明细_列表.sql

@@ -54,6 +54,5 @@ from sa_orderitems t1
          LEFT JOIN plm_item t3 ON t3.itemid = t1.itemid and t3.siteid = t1.siteid
          LEFT JOIN plm_itemextend t4 on t4.itemid = t1.itemid and t4.siteid = t1.siteid
 where t1.siteid = $siteid$
-  and t1.isclose = 0
   and t1.sa_orderid = $sa_orderid$
   and $where$