| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/service/impl/CollectDataServiceImpl.class */ |
| | | public class CollectDataServiceImpl implements ICollectDataService { |
| | | private static final Logger log = LoggerFactory.getLogger(CollectDataServiceImpl.class); |
| | | private final ISuperNewCollectService collectService; |
| | |
| | | this.collectService = collectService; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.mdc.service.ICollectDataService |
| | | @Override |
| | | public void cacheNowCollectData() { |
| | | Map<String, WorkstationDTO> workstationMap = WorkstationCache.getWorkstations(); |
| | | if (Func.isEmpty(workstationMap)) { |