1
This commit is contained in:
@@ -25,8 +25,7 @@ import (
|
|||||||
|
|
||||||
// 该函数主要用于对比京西平台商品和各个平台门店商品的差异
|
// 该函数主要用于对比京西平台商品和各个平台门店商品的差异
|
||||||
// 对比上下架状态以及商品价格差异,相同的不做修改,不同的以京西系统商品为主
|
// 对比上下架状态以及商品价格差异,相同的不做修改,不同的以京西系统商品为主
|
||||||
|
func CompareJxVendorSku(jxStoreId int, vendorIds []int) (string, error) {
|
||||||
funcCompareJxVendorSku(jxStoreId int, vendorIds []int) (string, error) {
|
|
||||||
var (
|
var (
|
||||||
db = dao.GetDB()
|
db = dao.GetDB()
|
||||||
errListToStr = new(strings.Builder)
|
errListToStr = new(strings.Builder)
|
||||||
|
|||||||
Reference in New Issue
Block a user