Browse Source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

yuanrf 6 months ago
parent
commit
9a87cf1c43

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/Resource/OfficialActivitiesRepository.cs

@@ -277,6 +277,7 @@ FROM
                     Trip = dto.Trip,
                     CreateUserId = dto.CreateUserId,
                     Remark = dto.Remark,
+                    IsSubmitApproval = dto.IsSubmitApproval,
                 });
                 if (!res)
                 {