Procházet zdrojové kódy

订单明细列表bug修复

hu před 3 roky
rodič
revize
abd5773dd2

+ 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_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
          LEFT JOIN plm_itemextend t4 on t4.itemid = t1.itemid and t4.siteid = t1.siteid
 where t1.siteid = $siteid$
 where t1.siteid = $siteid$
-  and t1.isclose = 0
   and t1.sa_orderid = $sa_orderid$
   and t1.sa_orderid = $sa_orderid$
   and $where$
   and $where$