Commit 194c3e87 authored by hujun's avatar hujun

增加字段

parent 431f5814
......@@ -2455,6 +2455,9 @@ class Finance extends Basic
if (!empty($v['income_time'])) {
$list[$k]['income_time'] = date('Y-m-d', strtotime($v['income_time']));
}
$list[$k]['pay_type_num'] = $v['pay_type'];
$list[$k]['type_num'] = $v['type'];
}
$data['list'] = $list;
//加时间条件
......
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