Browse Source

fix dto typo

pull/157/head
yinchang0626 4 years ago
parent
commit
78bd9b58b2
  1. 4
      plugins/Booking/src/EasyAbp.EShop.Orders.Booking.Application/EasyAbp/EShop/Orders/Booking/BookingOrderLinePriceOverrider.cs

4
plugins/Booking/src/EasyAbp.EShop.Orders.Booking.Application/EasyAbp/EShop/Orders/Booking/BookingOrderLinePriceOverrider.cs

@ -44,7 +44,7 @@ public class BookingOrderLinePriceOverrider : IOrderLinePriceOverrider, ITransie
CreateOrderLineDto inputOrderLine)
{
var productAsset = (await _productAssetAppService.GetListAsync(
new GetProductAssetDto
new GetProductAssetListDto
{
MaxResultCount = 1,
StoreId = input.StoreId,
@ -70,7 +70,7 @@ public class BookingOrderLinePriceOverrider : IOrderLinePriceOverrider, ITransie
CreateOrderLineDto inputOrderLine)
{
var productAssetCategory = (await _productAssetCategoryAppService.GetListAsync(
new GetProductAssetCategoryDto
new GetProductAssetCategoryListDto
{
MaxResultCount = 1,
StoreId = input.StoreId,

Loading…
Cancel
Save