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