From 8650a96d35f6616e5280bc00ee4a2d5d2e488805 Mon Sep 17 00:00:00 2001 From: wangjunjx8868 <122058662@qq.com> Date: Wed, 20 Oct 2021 09:36:55 +0000 Subject: [PATCH] =?UTF-8?q?!158=20=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91Core?= =?UTF-8?q?CmsGoodsCategoryController=E6=9B=B4=E6=96=B0=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=8D=E6=98=AFoldModel=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20*=20=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=88=86=E7=B1=BBController=E4=B8=8B=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=AE=9E=E4=BD=93=20=E4=B8=8D=E6=98=AFoldMod?= =?UTF-8?q?el=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BC=9A=E5=AF=BC=E8=87=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=96=B0=E6=97=B6=E5=80=99=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E5=80=BC=EF=BC=8C=E6=AF=94=E5=A6=82createTime=20*=20M?= =?UTF-8?q?erge=20branch=20'master'=20of=20https://gitee.com/wangjunjx8868?= =?UTF-8?q?/CoreShop=20*=20Merge=20branch=20'dahuihui/develop'=20of=20http?= =?UTF-8?q?s://gitee.com/wangjunjx8868/CoreShop=20*=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20Lunix=20docker=20=E9=83=A8=E7=BD=B2=E5=90=8Ehttp://=E5=9F=9F?= =?UTF-8?q?=E5=90=8D/api/Tools/UploadFilesFByBase64=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=9B=A0=E5=AE=B9=E5=99=A8=E4=B8=AD=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E2=80=A6=20*=20=E6=9B=B4=E6=96=B0cropperImg.js=20*=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4cropperImg.js=E6=96=87=E4=BB=B6=20*=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9cropperImg.js=E5=A4=A7=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20*=20=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9D=80=E4=BF=A1=E6=81=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Good/CoreCmsGoodsCategoryController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsCategoryController.cs b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsCategoryController.cs index 180e66c..61757a4 100644 --- a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsCategoryController.cs +++ b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsCategoryController.cs @@ -220,7 +220,7 @@ namespace CoreCms.Net.Web.Admin.Controllers oldModel.createTime = entity.createTime; //事物处理过程结束 - var result = await _coreCmsGoodsCategoryServices.UpdateAsync(entity); + var result = await _coreCmsGoodsCategoryServices.UpdateAsync(oldModel); var bl = result.code == 0; jm.code = bl ? 0 : 1; jm.msg = bl ? GlobalConstVars.EditSuccess : GlobalConstVars.EditFailure;