Parcourir la source

促销方案商品列表添加standards字段

hu il y a 1 an
Parent
commit
82c32664e4

+ 1 - 0
src/custom/restcontroller/webmanage/sale/order/SQL/促销方案商品列表.sql

@@ -16,6 +16,7 @@ SELECT t1.itemid,
        t3.groupqty,
        t3.saledqty,
        t1.spec,
+       t1.standards,
        t1.marketprice,
        (SELECT unitname FROM plm_unit WHERE unitid = t1.unitid and siteid = t1.siteid)    unit,
        (SELECT unitname FROM plm_unit WHERE unitid = t2.auxunitid and siteid = t1.siteid) auxunit,