Commit cad77f4f authored by hujun's avatar hujun

add

parent d1b0aefd
......@@ -45,9 +45,9 @@ class OfficeService
if (empty($data['id'])) {
$scene = 'add';
$data['upload_id'] = $agent_id;
} else {
$scene = 'edit';
$data['upload_id'] = $agent_id;
}
$check = $this->validate->scene($scene)->check($data);
......
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