LEIYI 4 months ago
parent
commit
1fa6d84619
1 changed files with 0 additions and 1 deletions
  1. 0 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 0 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -3851,7 +3851,6 @@ FROM
                                 filePath2 = JsonConvert.SerializeObject( files1);
                             }
 
-
                             id = await _sqlSugar.Updateable<Grp_InvitationOfficialActivities>()
                                                 .Where(a => a.Id == dto.Id)
                                                 .SetColumns(a => new Grp_InvitationOfficialActivities { Attachment = filePath2 })