* Adjust entry code.

This commit is contained in:
王怡栋
2021-08-19 19:49:21 +08:00
parent a363ca9ced
commit cb4c9a389d
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2177,7 +2177,7 @@ EOD;
if($result)
{
if($timestamp <= $entry->calledTime) $this->response('CALLED_TIME');
$this->loadModel('entry')->updateTime($entry->code, $timestamp);
$this->loadModel('entry')->updateCalledTime($entry->code, $timestamp);
unset($_GET['time']);
return $result;
}