no message
This commit is contained in:
parent
2784003494
commit
e9dced2ca8
@ -214,7 +214,7 @@ final class UserController extends BaseController
|
|||||||
$this->user->ann_last_time = time();
|
$this->user->ann_last_time = time();
|
||||||
$this->user->save();
|
$this->user->save();
|
||||||
|
|
||||||
$anns = (new Ann())->orderBy('date', 'desc')->get();
|
$anns = (new Ann())->where("status", 1)->orderBy('date', 'desc')->get();
|
||||||
|
|
||||||
// cmd端需要做验证,不然传错就bug了
|
// cmd端需要做验证,不然传错就bug了
|
||||||
$aMapIcon = [
|
$aMapIcon = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user