Commit 265b7bc5 authored by hj's avatar hj

更新

parent ee935813
......@@ -493,7 +493,7 @@ class InvoiceService
//根据type回调相应方法处理逻辑
if($params['type'] && method_exists(__CLASS__,$params['type'])){
$func = $params['type'];
$this->$func($params['params']);
return $this->$func($params['params']);
}
return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment