更新用户打款

This commit is contained in:
yaooo 2023-11-03 15:54:03 +08:00
parent 619b60c275
commit 76c2c7c422
1 changed files with 1 additions and 1 deletions

View File

@ -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']