This commit is contained in:
richboo111
2022-07-27 10:23:48 +08:00
parent dac9a6b805
commit 18c27229e6

View File

@@ -205,8 +205,11 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}
//orders, err := QueryOrderDetail(param.Type, param.OrderNo)
//order := &orders
globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %v ", order.OtherWayBill)
globals.SugarLogger.Debugf("dgergergesgreger== %s ", order.OtherWayBill)
globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %s ", order.LastOperator)
if err := dao.GetEntity(dao.GetDB(), order, "UserId", "LocalWayBill"); err != nil {
globals.SugarLogger.Debugf("sdhgeagqweg344w33qgweag== %s ", order.OtherWayBill)
globals.SugarLogger.Debugf("jbhbhjdsgbgjhghiwsg== %s ", order.LastOperator)
return err
}