luobang 2 years ago
parent
commit
8eeeacea6d

+ 6 - 6
src/main/java/com/steerinfo/dil/service/impl/QmsQueueListServiceImpl.java

@@ -346,12 +346,12 @@ public class QmsQueueListServiceImpl implements IQmsQueueListService {
             mesMap.put("jobName", jobName);
             if(mesMap.get("listId") != null){ //单拼
                 //如果是通过查询的,则需要去判断
-                if (DataChange.dataToBigDecimal(map.get("isQueryCapacity")).intValue() == 1) {
-                    int nodeQueueList = qmsQueueListMapper.selectNodeQueueCount(mesMap);
-                    if (nodeQueueList > 0) {
-                        continue;
-                    }
-                }
+                //if (DataChange.dataToBigDecimal(map.get("isQueryCapacity")).intValue() == 1) {
+                //    int nodeQueueList = qmsQueueListMapper.selectNodeQueueCount(mesMap);
+                //    if (nodeQueueList > 0) {
+                //        continue;
+                //    }
+                //}
                 //更新排队链表
                 count += qmsQueueListMapper.updateListEnFactory(mesMap);
                 //更新进厂实绩