|
@@ -362,6 +362,16 @@ public class QmsQueueListServiceImpl implements IQmsQueueListService {
|
|
|
return count;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @author:zyf
|
|
|
+ * @version:1.0
|
|
|
+ * @Date: 2022-08-29
|
|
|
+ * @Description:更改物资
|
|
|
+ */
|
|
|
+ /*public int updateOOMLoadWarehouse(){
|
|
|
+ qmsQueueSpellingListMapper.updateOOMLoadWarehouse();
|
|
|
+ }*/
|
|
|
+
|
|
|
/**
|
|
|
* 判断是否隔行打钩
|
|
|
* @param mapList
|
|
@@ -429,7 +439,7 @@ public class QmsQueueListServiceImpl implements IQmsQueueListService {
|
|
|
* @Date:
|
|
|
* @Description:做一个定时任务向两块大屏赋予值
|
|
|
*/
|
|
|
- @Scheduled(cron = "*/30 * * * * ?")
|
|
|
+ @Scheduled(cron = "0 0/5 * * * ?")
|
|
|
public void sendDataToLargeCreen(){
|
|
|
Map<String,Object> mapValue=new HashMap<>();
|
|
|
List<Map<String, Object>> datalist =new ArrayList<>();
|