特殊处理err
This commit is contained in:
@@ -1794,8 +1794,8 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debug("errList============%v", errList)
|
globals.SugarLogger.Debug("errList============%v", utils.Format4Output(errList, true))
|
||||||
return num, errors.New(fmt.Sprintf("errList=%v,err=%v", errList, err))
|
return num, errors.New(fmt.Sprintf("errList=%v,err=%v", utils.Format4Output(errList, true), err))
|
||||||
}
|
}
|
||||||
|
|
||||||
func DeleteStore(ctx *jxcontext.Context, storeID int) (num int64, err error) {
|
func DeleteStore(ctx *jxcontext.Context, storeID int) (num int64, err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user