From 25a3e9bb63fe83f7c82180a7d373a331b2f41acb Mon Sep 17 00:00:00 2001
From: huangsijun <1773182001@qq.com>
Date: Thu, 06 Nov 2025 11:33:03 +0800
Subject: [PATCH] 更新前端订单详情获取的处理,增加判断是不是订单号过来的

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