Ver Fonte

bug修复

wu há 6 meses atrás
pai
commit
0d52489c7e

+ 2 - 1
src/custom/restcontroller/webmanage/sale/order/SQL/查询商品信息.sql

@@ -13,7 +13,8 @@ SELECT t1.itemid,
        (SELECT unitname FROM plm_unit WHERE unitid = t2.auxunitid and siteid = t1.siteid) auxunit,
        t2.conversionrate,
        t1.packqty,
-       t1.supplier
+       t1.supplier,
+       t1.marketprice
 from plm_item t1
          LEFT JOIN plm_unitgroup t2 ON t2.unitgroupid = t1.unitgroupid and t2.siteid = t1.siteid
 where t1.siteid = $siteid$