|
@@ -60,13 +60,13 @@ public class ModuleFacade extends ModuleInfoServiceImpl {
|
|
|
} else if (moduleVO.getMouduleType().intValue() == 2) {
|
|
|
//根据慢病筛选如果没有返回通用模板
|
|
|
list = getModuleInfoByDisType(moduleVO.getMouduleType(), moduleVO.getRelationId());
|
|
|
- if (ListUtil.isNotEmpty(list)) {
|
|
|
+ //if (ListUtil.isNotEmpty(list)) {
|
|
|
ids = list.stream()
|
|
|
.map(moduleDeptMapping -> moduleDeptMapping.getId())
|
|
|
.collect(Collectors.toList());
|
|
|
- } else {
|
|
|
- isDefault = true;
|
|
|
- }
|
|
|
+ //} else {
|
|
|
+ //isDefault = true;
|
|
|
+ //}
|
|
|
} else {
|
|
|
isDefault = true;
|
|
|
}
|