Commit a219ece8 authored by clone's avatar clone

1

parent 9d4f38d9
......@@ -95,7 +95,7 @@ class FollowUpTask
*/
private function delTable($time, $siteId)
{
if (!$time || !$siteId || $time < '2019-05-27') {
if (!$time || !$siteId || $time < '2019-02-27') {
return;
}
$phoneFollowUpModel = new UPhoneFollowUpTemporary($siteId);
......
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