獲取數(shù)據(jù)庫倒序排列orderBy怎么寫?
orderByASC('xxx', false)
$update = $iot->select('*')->from('iot_motherboard_update')->where('type = "'.$ret.'"')->orderByASC(‘did',false)->row();
是這樣么?
補充:gatewayWorker下Event.php中