Browse Source

提交数据

lvhao 4 tháng trước cách đây
mục cha
commit
6e503818a5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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']);
 		}