@@ -24,6 +24,18 @@ class TestController extends HomeBaseController
* @throws \think\exception\PDOException
*/
publicfunctiontest(){
$indent_data=Db::query("select id,uid,indent_id,count(indent_id) count from `cmf_money_income` group by indent_id having count(indent_id) >= 4 order by indent_id desc");