yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/service/impl/CollectDataServiceImpl.java
@@ -12,7 +12,6 @@
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;
@@ -21,7 +20,7 @@
        this.collectService = collectService;
    }
    @Override // org.springblade.modules.mdc.service.ICollectDataService
    @Override
    public void cacheNowCollectData() {
        Map<String, WorkstationDTO> workstationMap = WorkstationCache.getWorkstations();
        if (Func.isEmpty(workstationMap)) {