- add param nameIDs to UploadWeimobImg4SkuName
This commit is contained in:
@@ -445,9 +445,9 @@ func Change2JDSPU4Store(ctx *jxcontext.Context, storeIDs []int, step int, isAsyn
|
||||
return hint, err
|
||||
}
|
||||
|
||||
func UploadWeimobImg4SkuName(ctx *jxcontext.Context, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
func UploadWeimobImg4SkuName(ctx *jxcontext.Context, nameIDs []int, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
db := dao.GetDB()
|
||||
skuNameList, err := dao.GetSkuNames(db)
|
||||
skuNameList, err := dao.GetSkuNames(db, nameIDs)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user