From 85df5bcc9d425098f0cbe639bbcdcdd2483585cd Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Fri, 29 May 2020 20:59:20 +0800 Subject: [PATCH] =?UTF-8?q?TradeRule=E5=90=8E=E5=8F=B0=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/admin/model/TradeRule.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hyhproject/admin/model/TradeRule.php b/hyhproject/admin/model/TradeRule.php index 7b4369d..1bca90c 100644 --- a/hyhproject/admin/model/TradeRule.php +++ b/hyhproject/admin/model/TradeRule.php @@ -59,8 +59,8 @@ class TradeRule extends Base } }catch(\Exception $e){ Db::rollback();errLog($e); - return WSTReturn($this->getError(),-1); } + return WSTReturn($this->getError(),-1); } /** * 获取指定对象 @@ -88,8 +88,8 @@ class TradeRule extends Base } }catch(\Exception $e){ Db::rollback();errLog($e); - return WSTReturn($this->getError(),-1); } + return WSTReturn($this->getError(),-1); } /** @@ -109,8 +109,8 @@ class TradeRule extends Base } }catch (\Exception $e) { Db::rollback();errLog($e); - return WSTReturn('删除失败',-1); } + return WSTReturn('删除失败',-1); } /** @@ -130,8 +130,8 @@ class TradeRule extends Base } }catch (\Exception $e) { Db::rollback();errLog($e); - return WSTReturn('删除失败',-1); } + return WSTReturn('删除失败',-1); }