AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
~~~ /** */apps/weiba/Lib/Action/IndexAction.class.php * * public function detail(){} * * */ $order = 'top desc'; if($_GET['order']=='post_time'){ $order .= ',post_time desc'; $this->assign('order','post_time'); }else{ $order .= ',last_reply_time desc'; $this->assign('order','reply_time'); } //后面这里新增下面代码(大约350行位置) //判断条件这里指定ID为1和2这两微吧,其它原样 if($weiba_id==1 or $weiba_id==2){ $order .= ',post_time desc'; $this->assign('order','post_time'); } ~~~