mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 08:37:28 +08:00
fix #IADJKZ 修改表单类型保存不成功
This commit is contained in:
parent
627f43c4fd
commit
0b0e7485ce
@ -58,6 +58,7 @@ namespace OpenAuth.App
|
||||
{
|
||||
Repository.Update(u => u.Id == obj.Id, u => new Form
|
||||
{
|
||||
FrmType = obj.FrmType,
|
||||
ContentData = obj.ContentData,
|
||||
Content = obj.Content,
|
||||
ContentParse = obj.ContentParse,
|
||||
|
Loading…
Reference in New Issue
Block a user