From 3de48d65454288e4184caadef25a3ad3e7bb5219 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 23 Mar 2022 11:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=9F=E5=92=A8=E8=AF=A2=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D-=E6=8F=90=E4=BA=A4=E8=BF=94=E5=9B=9E=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/StuInfoFreshOnlineServiceController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/StuInfoFreshOnlineServiceController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/StuInfoFreshOnlineServiceController.cs index c37423f9b..49149ba2b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/StuInfoFreshOnlineServiceController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/StuInfoFreshOnlineServiceController.cs @@ -138,7 +138,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers public ActionResult DeleteForm(string keyValue) { stuInfoFreshOnlineServiceIBLL.DeleteEntity(keyValue); - return Success("删除成功!"); + return Success("提交成功!"); } /// /// 保存实体数据(新增、修改)