temp_905_2

This commit is contained in:
dengbw
2022-09-05 15:50:59 +08:00
parent 69b416f276
commit 889cfde8b8
+2 -2
View File
@@ -106,8 +106,8 @@ class Temp extends HD_Controller
}
$re = $this->mdOwners->get(['o_id' => $value['id']]);
if ($re) {
$data['u_time'] = $re['u_time'];
$this->mdOwners->update($data, ['id' => $re['id']]);
//$data['u_time'] = $re['u_time'];
// $this->mdOwners->update($data, ['id' => $re['id']]);
} else {
$data['c_time'] = time();
$data['u_time'] = '0000-00-00 00:00:00';