Browse Source

提交数据

lvhao 4 months ago
parent
commit
6e503818a5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/CoreApp/core/Lin_Controller.php

+ 4 - 0
core/CoreApp/core/Lin_Controller.php

@@ -46,6 +46,10 @@ abstract class Start_Controller extends Lin_Controller {
 			}
 		}
 		if(!empty($u)){
+			if(empty($u['id'])){
+				
+				die("no ting do");
+			}
 			$this->user->save(['lasttime'=>time()],$u['id']);
 		}