|
@@ -453,7 +453,7 @@ public class QmsQueueListServiceImpl implements IQmsQueueListService {
|
|
* @Date:
|
|
* @Date:
|
|
* @Description:做一个定时任务向两块大屏赋予值
|
|
* @Description:做一个定时任务向两块大屏赋予值
|
|
*/
|
|
*/
|
|
- //@Scheduled(cron = "*/60 * * * * ?")
|
|
|
|
|
|
+ @Scheduled(cron = "*/60 * * * * ?")
|
|
//@Scheduled(cron = "0 0/5 * * * ?")
|
|
//@Scheduled(cron = "0 0/5 * * * ?")
|
|
public void sendDataToLargeCreen(){
|
|
public void sendDataToLargeCreen(){
|
|
Map<String,Object> mapValue=new HashMap<>();
|
|
Map<String,Object> mapValue=new HashMap<>();
|