diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs index da1527d9a..ddb78929f 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs @@ -343,7 +343,7 @@ namespace Learun.Application.Web.Areas.LR_FormModule.Controllers } catch (Exception e) { - return Fail("sql执行错误,数据溢出"); + return Fail("输入字段超过限定长度,请精简内容后再试。"); } }