amigotrip 1 年間 前
コミット
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
                     });
                 }