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;
         }