Merge branch 'db'

This commit is contained in:
朱金勇
2023-04-05 14:30:11 +00:00
36 changed files with 2775 additions and 1206 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class adminModel extends model
public function genDateUsed()
{
$firstUseDate = $this->dao->select('date')->from(TABLE_ACTION)
->where('date')->gt('0000-00-00')
->where('date')->gt('1970-01-01')
->andWhere('actor')->eq($this->app->user->account)
->orderBy('date_asc')
->limit('1')