This commit is contained in:
苏尹岚
2021-04-20 15:40:38 +08:00
parent d302e881e7
commit 627963b856
2 changed files with 16 additions and 20 deletions

View File

@@ -732,7 +732,7 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS
return retVal, err
}
}
return nil, ErrCanNotFindVendor
return nil, err
}
func isUpdateStoreNeedSync(valid map[string]interface{}) bool {