ÎļþÃû´Ó src/main/kotlin/cn/flightfeather/supervision/timingtask/TaskLedgerCopy.kt ÐÞ¸Ä |
| | |
| | | package cn.flightfeather.supervision.timingtask |
| | | package cn.flightfeather.supervision.bgtask |
| | | |
| | | import cn.flightfeather.supervision.domain.entity.LedgerMediaFile |
| | | import cn.flightfeather.supervision.domain.entity.LedgerRecord |
| | |
| | | * å°è´¦èªå¨å¤å¶ä»»å¡å®ä¸ºæ¯æ11å·æ©ä¸1ç¹ï¼ï¼æ¯æç10å·ä¸ºå°è´¦åæ¶æäº¤çæåæéï¼ |
| | | */ |
| | | override fun execute(localtime: LocalDateTime) { |
| | | if (localtime.dayOfMonth == copyDay && localtime.hour == 1) { |
| | | if (localtime.dayOfMonth == copyDay && localtime.hour == 1 && localtime.minute == 0) { |
| | | doTask(localtime) |
| | | } |
| | | } |