Commit 2f0b3a63 authored by hujun's avatar hujun

check_time

parent 9116d362
...@@ -915,6 +915,7 @@ class Houses extends Basic ...@@ -915,6 +915,7 @@ class Houses extends Basic
if ($this->params['type'] == 'check') { if ($this->params['type'] == 'check') {
$data['check_id'] = $this->userId; $data['check_id'] = $this->userId;
$data['check_name'] = $this->userName; $data['check_name'] = $this->userName;
$data['check_time'] = date('Y-m-d H:i:s');
} else { } else {
$data['is_del'] = 1; $data['is_del'] = 1;
} }
......
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