@@ -73,7 +73,8 @@ public class DeviceUseRecordService extends SuperService {
@Autowired
private OrganizationDao organizationDao;
- private static Long ttlTime = 60 * 24 * 60 * 60 * 1000L;
+ // 设备使用日志保存3个月
+ private static Long ttlTime = 90 * 24 * 60 * 60 * 1000L;
/**
* 设备使用日志 (物联网来的数据)