Commit 3090fb1b authored by liudong1993's avatar liudong1993

下单增加订单号返回

parent aff4849b
......@@ -3720,7 +3720,7 @@ namespace Mall.Module.Product
});
}
goods_OrderRepository.DBSession.Commit();
return ApiResult.Success("", new { OrderId });
return ApiResult.Success("", new { OrderId, demodel.OrderNo });
}
catch (Exception ex)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment