This commit is contained in:
邹宗楠
2024-11-08 11:41:39 +08:00
parent 03efa23fb9
commit b16712a930
4 changed files with 25 additions and 12 deletions

View File

@@ -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,

View File

@@ -114,7 +114,7 @@ type StoreSkuSyncInfo struct {
YbBarCode string //银豹的商品条码
JdsStockSwitch int
PreparationTime int
LocalCategoryId int `orm:"column(local_category_id)"`
// 平台相关的图片信息
Img string
Img2 string