|
@@ -562,6 +562,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services |
|
|
{ |
|
|
{ |
|
|
item2.Id = thisitem.Id; |
|
|
item2.Id = thisitem.Id; |
|
|
item2.GroupId = thisitem.GroupId; |
|
|
item2.GroupId = thisitem.GroupId; |
|
|
|
|
|
item2.CreateBy = string.IsNullOrEmpty(item2.CreateBy) ? "" : item2.CreateBy; |
|
|
_db.Updateable(item2).ExecuteCommand(); |
|
|
_db.Updateable(item2).ExecuteCommand(); |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|