소스 검색

商品组明细查询添加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 = '审核'