This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
表单保存字段长度超长提示修改
新疆影视学院高职
liangkun
2 years ago
parent
24bd14b7ae
commit
66afaa88a1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_FormModule/Controllers/CustmerformController.cs
View File
@@ -343,7 +343,7 @@ namespace Learun.Application.Web.Areas.LR_FormModule.Controllers
}
catch (Exception e)
{
return Fail("
sql执行错误,数据溢出
");
return Fail("
输入字段超过限定长度,请精简内容后再试。
");
}
}
Write
Preview
Loading…
Cancel
Save