| | |
| | | @RedisLock(value = ExtCacheConstant.WORK_FEEDBACK, param = "#dto.workstationId") |
| | | boolean endAndStartAgainFeedback(WorkstationEndAndStartImmediateFeedBackDTO dto); |
| | | |
| | | /** |
| | | * 从反馈的redis缓存中获取状态记录的数据 |
| | | * @param statusTime |
| | | * @param workstationIds |
| | | * @param statusRecordList |
| | | * @return |
| | | */ |
| | | List<StatusRecordVO> groupStatusRecordWithFeedbackCache(final LocalDate statusTime, final Long workstationIds, final List<StatusRecordVO> statusRecordList); |
| | | |
| | | @Cacheable(cacheNames = {WORK_FEEDBACK_EXP}, key = "'id:'.concat(#id)") |