|
@@ -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;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
count += qmsQueueListMapper.updateListEnFactory(mesMap);
|
|
|
|