From c13b8914228e6a404bd60ee36bf2479383da8f23 Mon Sep 17 00:00:00 2001
From: liyaozhi <lzhflash@163.com>
Date: Sun, 09 Nov 2025 10:55:14 +0800
Subject: [PATCH] 111

---
 admin/app/api/controller/plus/business/Saving.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/app/api/controller/plus/business/Saving.php b/admin/app/api/controller/plus/business/Saving.php
index e01e3a3..4856ffc 100644
--- a/admin/app/api/controller/plus/business/Saving.php
+++ b/admin/app/api/controller/plus/business/Saving.php
@@ -36,7 +36,7 @@
         if((new SavingModel())->add($param)){
             return $this->renderSuccess('');
         }
-        return $this->renderError();
+        return $this->renderError('');
     }
     
     /**

--
Gitblit v1.9.2