移动系统liao
2024-05-09 5d6cb15ac86d9174393cb9d1538d69b567e2c26c
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 = "不存在此信息";