mongodb的操作在order中不能这样写:
->order('created desc')
只能这样写:
->order('created','desc')
github: https://github.com/Hikiy
作者:Hiki
创建日期:2019.05.14
更新日期:2019.05.14
(转载本站文章请注明作者和出处 Hiki)
mongodb的操作在order中不能这样写:
->order('created desc')
只能这样写:
->order('created','desc')
github: https://github.com/Hikiy
作者:Hiki
创建日期:2019.05.14
更新日期:2019.05.14
(转载本站文章请注明作者和出处 Hiki)