Commit 4ff76352 authored by hujun's avatar hujun

status

parent a190582c
......@@ -93,7 +93,7 @@ class OrderLog extends Basic
//评价经纪人
$push_client = new PushClientService();
$push_client->record((int)$params["report_id"], (int)$params["order_id"], 0, '', (int)$this->agentId, $insert_id);
$push_client->record((int)$params["report_id"], (int)$params["order_id"], 0, '', (int)$this->agentId, 0,$insert_id);
//经纬度
if (!empty($params['longitude']) && !empty($params['latitude'])) {
......
......@@ -40,11 +40,11 @@ class Cost extends Basic
1 => 'excel导入'
];
$this->status = [
0 => '总监审核',
1 => '财务一审',
2 => '财务审',
3 => '出纳审核',
4 => '已出',
0 => '审核',
1 => '总监审核',
2 => '财务审',
3 => '财务二审',
4 => '已出',
5 => '行政审核'
];
}
......
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