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