mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +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
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user