Commit 1db44805 authored by clone's avatar clone

1

parent 5dd58443
......@@ -18,11 +18,9 @@ class KillOutTimeSql{
$result = $model->query($sql);
if($result){
foreach ($result as $item){
$kill_sql = $item["kill_sql"];
$log = "out_time_sql :" .$item["info"];
big_log($log);
$model->query($kill_sql);
$kill_sql = "";
$model->query($item["kill_sql"]);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment