记录遇到问题的点点滴滴。
获取查询的 SQL 语句不带参数值
$query = new Books::find()->where('author=2'); echo $query->createCommand()->sql;
或者获取带有参数值的 SQL 语句
$query->createCommand()->rawSql