更新用户打款
This commit is contained in:
parent
619b60c275
commit
76c2c7c422
|
@ -542,7 +542,7 @@ class FinanceExpense extends ApiController
|
|||
if ($res !== false) {
|
||||
add_log('topay', $param['id'],$param,'报销');
|
||||
$detail = Expense::where(['id' => $param['id']])->find();
|
||||
$msg=[
|
||||
$msg = [
|
||||
'create_time'=>$detail['create_time'],
|
||||
'title'=>'报销',
|
||||
'action_id'=>$detail['id']
|
||||
|
|
Loading…
Reference in New Issue