log
This commit is contained in:
@@ -204,7 +204,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
|
||||
globals.SugarLogger.Debug("param.order_no==================", param.OrderNo)
|
||||
order, err := dao.GetUserVendorOrder(db, userId, param.OrderNo)
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debug("errrrrrr===========", err)
|
||||
globals.SugarLogger.Debugf("errrrrrr=========== %v", err)
|
||||
//return err
|
||||
}
|
||||
//order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}
|
||||
|
||||
Reference in New Issue
Block a user