Commit 96e7fe92 authored by 赵啸非's avatar 赵啸非

添加定时删除七天前的人流数据

parent 0be7dc89
...@@ -268,7 +268,7 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService { ...@@ -268,7 +268,7 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService {
case 7: case 7:
if (careConfigEntity.getSunday() == 1) return false; if (careConfigEntity.getSunday() == 1) return false;
default: default:
return false; return true;
} }
} }
......
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