fix #IADJKZ 修改表单类型保存不成功

This commit is contained in:
wintel 2024-07-28 21:44:22 +08:00
parent 627f43c4fd
commit 0b0e7485ce

View File

@ -58,6 +58,7 @@ namespace OpenAuth.App
{ {
Repository.Update(u => u.Id == obj.Id, u => new Form Repository.Update(u => u.Id == obj.Id, u => new Form
{ {
FrmType = obj.FrmType,
ContentData = obj.ContentData, ContentData = obj.ContentData,
Content = obj.Content, Content = obj.Content,
ContentParse = obj.ContentParse, ContentParse = obj.ContentParse,