amigotrip 9 달 전
부모
커밋
9b6f278a17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Financial/ForeignReceivablesRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Financial/ForeignReceivablesRepository.cs

@@ -407,7 +407,7 @@ Where ffr.IsDel=0 And ffr.Diid={0}", dto.DiId);
                         CreateTime = DateTime.Now,
                         Remark = item.Remark,
                         Status = status,
-                        Auditor = auditor
+                        Auditor = auditor,
                         AuditTime = auditTime
                     });
                 }