摘要:
alter table attributes modify column `type` tinyint(4) DEFAULT NULL COMMENT '0基本属性 1价格属性'; 阅读全文
摘要:
select `product_skus`.id as skuId, `wname` as sku名称, if(`sku_attributes`.`status`=1,'上架','下架') as 状态, (select name from brands where brands.id = product_skus.brand_id) as 品牌, `sku_attributes`.`attrib... 阅读全文