浏览代码

商品组明细查询添加cheek

hu 2 年之前
父节点
当前提交
923e845ef7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/custom/restcontroller/sale/itemgroup/SQL/商品组明细查询.sql

+ 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 = '审核'