|
@@ -429,7 +429,7 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
|
|
|
dictionaryInfoQueryWrapper.in("val","322","31","32");
|
|
|
}
|
|
|
if(getModuleTypeVO.getModuleType() != null && getModuleTypeVO.getModuleType().intValue() == 2){
|
|
|
- dictionaryInfoQueryWrapper.notIn("val","1","22");
|
|
|
+ dictionaryInfoQueryWrapper.notIn("val","1","22","21","322");
|
|
|
}
|
|
|
List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
|
|
|
List<GetModuleTypeDTO> getModuleTypeDTOS = new ArrayList<>();
|