This commit is contained in:
苏尹岚
2019-11-22 19:10:36 +08:00
parent ae6ad69d8c
commit 228071d00e

View File

@@ -57,7 +57,7 @@ func (c *YongHuiController) UpdateJxPriceByWeimob() {
c.callUpdateJxPriceByWeimob(func(params *tYonghuiUpdateJxPriceByWeimobParams) (retVal interface{}, errCode string, err error) {
var storeIDList []int
if err = jxutils.Strings2Objs(params.StoreIDs, &storeIDList); err == nil {
retVal, err = yonghui.UpdateJxPriceByWeimob(params.Ctx, storeIDList, isAsync, isContinueWhenError)
retVal, err = yonghui.UpdateJxPriceByWeimob(params.Ctx, storeIDList, params.IsAsync, params.IsContinueWhenError)
}
return retVal, "", err
})