TradeRule后台完成

This commit is contained in:
Jerry Yan 2020-05-29 20:59:20 +08:00
parent d8f717dde4
commit 85df5bcc9d

View File

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