From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug

---
 CoreCms.Net.Web.Admin/Controllers/baifenbingfa/CoreCmsProductsController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/Controllers/baifenbingfa/CoreCmsProductsController.cs b/CoreCms.Net.Web.Admin/Controllers/baifenbingfa/CoreCmsProductsController.cs
index 3c45bd1..f4fe309 100644
--- a/CoreCms.Net.Web.Admin/Controllers/baifenbingfa/CoreCmsProductsController.cs
+++ b/CoreCms.Net.Web.Admin/Controllers/baifenbingfa/CoreCmsProductsController.cs
@@ -307,7 +307,7 @@
         {
             var jm = new AdminUiCallBack();
 
-            var model = await _CoreCmsProductsServices.QueryByIdAsync(entity.id, false);
+            var model = await _CoreCmsProductsServices.QueryEditByID(entity.id);
             if (model == null)
             {
                 jm.msg = "涓嶅瓨鍦ㄦ淇℃伅";

--
Gitblit v1.9.1