Commit 97a68360 authored by clone's avatar clone

1

parent bc379d3c
......@@ -95,7 +95,7 @@ class FollowUpTask
*/
private function delTable($time, $siteId)
{
if (!$time || !$siteId || $time < '2019-02-27') {
if (!$time || !$siteId || $time < '2019-07-01') {
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