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

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

@@ -443,11 +443,11 @@ Where ffr.IsDel=0 And ffr.Diid={0}", dto.DiId);
             if (AuditStatus > 0)
             {
                 result.Msg = "操作成功!";
-                result.Code = 0;
+                result.Code = 200;
             }
             else
             {
-                result.Msg = "操作成功!";
+                result.Msg = "操作失败!";
             }
             return result;
         }