fixed 启动错误购物车注释
This commit is contained in:
parent
eff963cd49
commit
ad5b364567
@ -59,8 +59,8 @@ namespace ARW.Service.Api.BusinessService.Carts
|
||||
.OrderBy(s => s.Create_time, OrderByType.Desc)
|
||||
.Select(s => new CartVoApi
|
||||
{
|
||||
CartId = s.CartId,
|
||||
CartGuid = s.CartGuid,
|
||||
//CartId = s.CartId,
|
||||
//CartGuid = s.CartGuid,
|
||||
CustomerGuid = s.CustomerGuid,
|
||||
ShopGuid = s.ShopGuid,
|
||||
GoodsGuid = s.GoodsGuid,
|
||||
|
@ -56,7 +56,7 @@ namespace ARW.Service.Business.BusinessService.Carts
|
||||
CartGuid = s.CartGuid,
|
||||
CustomerGuid = s.CustomerGuid,
|
||||
ShopGuid = s.ShopGuid,
|
||||
GoodsGud = s.GoodsGud,
|
||||
//GoodsGud = s.GoodsGud,
|
||||
GoodsSkuId = s.GoodsSkuId,
|
||||
CartGoodsNum = s.CartGoodsNum,
|
||||
});
|
||||
|
1656
document/shop_template_20230724_215819.sql
Normal file
1656
document/shop_template_20230724_215819.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user