Commit 49be1dfe authored by hujun's avatar hujun

自动执行记录日志 TASK

parent 3093baa2
......@@ -9,6 +9,8 @@
*/
namespace app\task\controller;
use app\model\HouseInfos;
use think\Log;
class Exclusive {
/**
......@@ -40,6 +42,7 @@ class Exclusive {
}
$result = $house->saveAll($insert);
}
return json_encode($result);
Log::record('exclusiveExpirationTime:'.json_encode($result),'TASK');
return ;
}
}
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