作者 邓超

邮件详情

... ... @@ -813,7 +813,7 @@ class Home extends Base {
public function info(){
$id = app()->request('id',0,'intval');
$udate = app()->request('id',0,'intval');
$udate = app()->request('udate',0,'intval');
$subject = app()->request('subject');
if($udate&&$subject){
$data = db()->first(listsSql::first(dbWhere(['id'=>$id,'udate'=>$udate])));
... ...