|
@@ -50,11 +50,11 @@ abstract class Start_Controller extends Lin_Controller {
|
|
|
$this->zzrecord_logs->insert([
|
|
|
'fpdata'=>json_encode($u)
|
|
|
]);
|
|
|
- if(empty($u['id'])){
|
|
|
+ if(!empty($u['id'])){
|
|
|
|
|
|
- die("no ting do");
|
|
|
+ $this->user->save(['lasttime'=>time()],$u['id']);
|
|
|
}
|
|
|
- $this->user->save(['lasttime'=>time()],$u['id']);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
$this->load->library('template');
|