function lastSql(){

$sql = DB::getQueryLog();

$query = end($sql);

return $query;

}

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
猜你喜欢
  • 2022-01-25
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案