- comment moved from skuname to sku.
This commit is contained in:
@@ -92,7 +92,7 @@ func (p *PurchaseHandler) syncOneStoreSkus(db *dao.DaoDB, storeID int, skuIDs []
|
||||
}
|
||||
sql := `
|
||||
SELECT t1.*, t2.spec_quality, t2.spec_unit, t2.weight, t2.status sku_status,
|
||||
t3.prefix, t3.name, t3.comment, t3.is_global, t3.unit, t3.img,
|
||||
t3.prefix, t3.name, t2.comment, t3.is_global, t3.unit, t3.img,
|
||||
t4.name cat_name,
|
||||
t4.id cat_id, t4.level cat_level, t5.ebai_id cat_ebai_id,
|
||||
t4p.id parent_cat_id, t5p.ebai_id parent_cat_ebai_id, t5p.ebai_sync_status parent_cat_ebai_sync_status,
|
||||
|
||||
Reference in New Issue
Block a user