From 5591c18dc3500bd3e0719bb6b28b26f7f9e7cb58 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 15 五月 2024 09:46:19 +0800 Subject: [PATCH] 计划订单 --- CoreCms.Net.Web.WebApi/Controllers/UserController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Web.WebApi/Controllers/UserController.cs b/CoreCms.Net.Web.WebApi/Controllers/UserController.cs index 6d41ea4..c1195ab 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/UserController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/UserController.cs @@ -1009,7 +1009,8 @@ userCouponCount, orderCount, footPrintCount, - collectionCount + collectionCount, + user.isplanorder }; return jm; } -- Gitblit v1.9.1