This commit is contained in:
苏尹岚
2021-03-18 09:16:53 +08:00
parent 6c767e160a
commit 2ab1018498
2 changed files with 5 additions and 1 deletions

View File

@@ -1660,6 +1660,10 @@ func GetJdUpcCodeByName(ctx *jxcontext.Context, name, upcCode string) (productIn
return productInfos, err
}
func GetMTUpcCodeByCode(upcCode string) {
}
func UpdateSkuNamesExPrefix(ctx *jxcontext.Context, nameIDs []int, imgWaterMark string, vendorID int, exPrefix, fromTime, toTime string, isAsync, isContinueWhenError bool) (hint string, err error) {
var (
fromTimeP time.Time