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