同步错误
This commit is contained in:
@@ -674,7 +674,11 @@ func buildErrMsg(task tasksch.ITask) (err error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
err = fmt.Errorf(utils.Format4Output(resultL, true))
|
err = fmt.Errorf(utils.Format4Output(resultL, true))
|
||||||
|
if err != nil {
|
||||||
return makeSyncError(err)
|
return makeSyncError(err)
|
||||||
|
} else {
|
||||||
|
return err
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *VendorSync) LoopStoresMap(ctx *jxcontext.Context, db *dao.DaoDB, taskName string, isAsync, isManageIt bool, vendorIDs []int, storeIDs []int, handler tasksch.WorkFunc, isContinueWhenError bool) (hint string, err error) {
|
func (v *VendorSync) LoopStoresMap(ctx *jxcontext.Context, db *dao.DaoDB, taskName string, isAsync, isManageIt bool, vendorIDs []int, storeIDs []int, handler tasksch.WorkFunc, isContinueWhenError bool) (hint string, err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user