曾超新 5 years ago
parent 0f7295649a
commit 1b93804ffe
  1. 2
      frontend/controllers/PhoneCenterController.php

@ -108,7 +108,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