From 08c610ddc2fbdda558f6095e9cba3e57f0c9001f Mon Sep 17 00:00:00 2001 From: "liuqin@163.com" <240023169@qq.com> Date: Thu, 13 Jul 2023 15:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BD=E6=95=B0GetMyCoupon=20=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=80=BC=E5=87=BA=E7=8E=B0=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?code=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Repository/Promotion/CoreCmsCouponRepository.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CoreCms.Net.Repository/Promotion/CoreCmsCouponRepository.cs b/CoreCms.Net.Repository/Promotion/CoreCmsCouponRepository.cs index 8d3f020..8ddc98b 100644 --- a/CoreCms.Net.Repository/Promotion/CoreCmsCouponRepository.cs +++ b/CoreCms.Net.Repository/Promotion/CoreCmsCouponRepository.cs @@ -228,7 +228,6 @@ namespace CoreCms.Net.Repository display, page = totalPages }; - jm.code = totalCount.Value; return jm; } -- Gitee