Commit 1cfa9875 authored by hujun's avatar hujun

//

parent 386847de
......@@ -350,12 +350,8 @@ class Cost extends Basic
break;
}
//店长账号提交的 需要总监和财务的三级审核
if ($data['type'] == 5 || $data['type'] == 1) {
$check_field = 'b.name,a.create_time,a.remark';
$data['check_log'] = $m_check->findByAll($check_field, ['apply_for_id' => $data['id']]);
}
$data['images_data'] = $m_img->findByAll('id,img_name,img_type', ['img_id' => $data['id']]);
$data['image_base_url'] = 'static/chat_image/';
......
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