Commit ad29cf88 authored by clone's avatar clone

Merge branch 'test'

parents e6dcf463 823630bb
......@@ -18,8 +18,10 @@ class KillOutTimeSql{
$result = $model->query($sql);
if($result){
foreach ($result as $item){
$log = "out_time_sql :" .$item["info"];
if($item["info"]){
$log = "out_time_sql :" . $item["info"];
big_log($log);
}
$model->execute($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