Commit 96f46b8a authored by hujun's avatar hujun

time

parent 32847ffe
......@@ -31,7 +31,6 @@ class Label extends Basic
$labels = new GLabels();
$data['name'] = $this->params['name'];
$data['operation_id'] = Session::get('userId');
$data['create_time'] = date('Y-m-d H:i:s');
$data['type'] = $this->params['type'];
if ($this->params['id']) {
$result['data'] = $labels->save($data, ['id'=>$this->params['id']]);
......
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