|
@@ -327,12 +327,12 @@ public class QmsQueueListServiceImpl implements IQmsQueueListService {
|
|
|
public int allowEnFactory(Map<String, Object> map){
|
|
|
List<Map<String, Object>> mapList = (List<Map<String, Object>>) map.get("mapList");
|
|
|
if( ! (mapList == null || mapList.size() == 0)){
|
|
|
- if(mapList.get(0).get("listId") != null){
|
|
|
- boolean judgeRowIdOrder = judgeRowIdOrder(mapList);
|
|
|
- if( ! judgeRowIdOrder){
|
|
|
- return -1;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}else {
|
|
|
return -2;
|
|
|
}
|