mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 12:19:48 +08:00
【修复】修复商家中心传值问题,导致获取订单列表错误的情况。
This commit is contained in:
@@ -243,7 +243,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers
|
|||||||
var store = await _storeServices.GetStoreByUserId(_user.ID);
|
var store = await _storeServices.GetStoreByUserId(_user.ID);
|
||||||
if (store != null)
|
if (store != null)
|
||||||
{
|
{
|
||||||
jm = await _orderServices.GetOrderPageByMerchant(entity.dateType, entity.date, entity.status, entity.storeId, entity.page, entity.limit);
|
jm = await _orderServices.GetOrderPageByMerchant(entity.dateType, entity.date, entity.status, entity.receiptType, entity.storeId, entity.page, entity.limit);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user