|
@@ -321,12 +321,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;
|
|
|
- }
|
|
|
- }
|
|
|
+ //if(mapList.get(0).get("listId") != null){ //如果是单拼 需要判断有没有跳行打钩
|
|
|
+ // boolean judgeRowIdOrder = judgeRowIdOrder(mapList);
|
|
|
+ // if( ! judgeRowIdOrder){
|
|
|
+ // return -1;
|
|
|
+ // }
|
|
|
+ //}
|
|
|
}else {
|
|
|
return -2;
|
|
|
}
|