1
This commit is contained in:
@@ -333,6 +333,7 @@ func GetSkusWithVendor(db *DaoDB, vendorIDs []int, appOrgCodes []string, nameIDs
|
||||
IF(t11.resource_type IS NULL OR t11.resource_type <> ?, t2.img, '') img,
|
||||
IF(t12.resource_type IS NULL OR t12.resource_type <> ?, t2.img2, '') img2,
|
||||
t2.desc_img,
|
||||
t2.category_id local_category_id,
|
||||
t3.jd_category_id vendor_vendor_cat_id,
|
||||
tsu.ex_prefix, tsu.begin_at ex_prefix_begin, tsu.end_at ex_prefix_end, tsu.img_watermark,
|
||||
t3m.sync_status cat_sync_status,
|
||||
|
||||
@@ -114,7 +114,7 @@ type StoreSkuSyncInfo struct {
|
||||
YbBarCode string //银豹的商品条码
|
||||
JdsStockSwitch int
|
||||
PreparationTime int
|
||||
|
||||
LocalCategoryId int `orm:"column(local_category_id)"`
|
||||
// 平台相关的图片信息
|
||||
Img string
|
||||
Img2 string
|
||||
|
||||
Reference in New Issue
Block a user