Преглед изворни кода

商品组明细查询添加cheek

hu пре 2 година
родитељ
комит
923e845ef7

+ 2 - 1
src/custom/restcontroller/sale/itemgroup/SQL/商品组明细查询.sql

@@ -1,7 +1,8 @@
 select t2.itemno,
        t2.spec,
        t2.color,
-       t3.material
+       t3.material,
+       t2.cheek
 from sa_itemgroupmx t1
          inner join plm_item t2
                     on t1.itemid = t2.itemid and t1.siteid = t2.siteid and t2.isonsale = 1 and t2.status = '审核'