Commit fc791428 authored by hujun's avatar hujun

删除KEY

parent 0eb88aca
...@@ -286,6 +286,7 @@ class Collection extends Basic ...@@ -286,6 +286,7 @@ class Collection extends Basic
default : default :
$data[$k]['type'] = '其他'; $data[$k]['type'] = '其他';
} }
unset($data[$k]['source']);
} }
return $data; return $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