fixed 启动错误购物车注释

This commit is contained in:
lwh 2023-07-24 22:05:31 +08:00
parent eff963cd49
commit ad5b364567
3 changed files with 1659 additions and 3 deletions

View File

@ -59,8 +59,8 @@ namespace ARW.Service.Api.BusinessService.Carts
.OrderBy(s => s.Create_time, OrderByType.Desc) .OrderBy(s => s.Create_time, OrderByType.Desc)
.Select(s => new CartVoApi .Select(s => new CartVoApi
{ {
CartId = s.CartId, //CartId = s.CartId,
CartGuid = s.CartGuid, //CartGuid = s.CartGuid,
CustomerGuid = s.CustomerGuid, CustomerGuid = s.CustomerGuid,
ShopGuid = s.ShopGuid, ShopGuid = s.ShopGuid,
GoodsGuid = s.GoodsGuid, GoodsGuid = s.GoodsGuid,

View File

@ -56,7 +56,7 @@ namespace ARW.Service.Business.BusinessService.Carts
CartGuid = s.CartGuid, CartGuid = s.CartGuid,
CustomerGuid = s.CustomerGuid, CustomerGuid = s.CustomerGuid,
ShopGuid = s.ShopGuid, ShopGuid = s.ShopGuid,
GoodsGud = s.GoodsGud, //GoodsGud = s.GoodsGud,
GoodsSkuId = s.GoodsSkuId, GoodsSkuId = s.GoodsSkuId,
CartGoodsNum = s.CartGoodsNum, CartGoodsNum = s.CartGoodsNum,
}); });

File diff suppressed because one or more lines are too long