曾超新 5 years ago
parent b9344801f4
commit 24afb46aee
  1. 2
      frontend/controllers/PhoneCenterController.php

@ -103,7 +103,7 @@ class PhoneCenterController extends BaseController
if($username != ''){
$query->andWhere('user_t.username="'.$username.'"');
}
echo $query->createCommand()->rawSql;
// echo $query->createCommand()->rawSql;
$total = $query->count();
$query->offset($offset)->limit($limit);

Loading…
Cancel
Save