Browse Source

单位考评评级

wangchangsheng 2 years ago
parent
commit
6fe93ea81c

+ 1 - 1
ims-service/ims-eval/src/main/java/com/ims/eval/controller/BinSectionController.java

@@ -49,7 +49,7 @@ public class BinSectionController {
 				  @RequestParam(value = "sectionCode", required = false) String sectionCode,
 				  @RequestParam(value = "type", required = false) String type) {
 		List<BinSection> list =CacheContext.bsnList;
-		if(StringUtils.isNotEmpty(list)){
+		if(StringUtils.isNotEmpty(type)){
 			list = list.stream().filter(s -> s.getType().equals(type)).collect(Collectors.toList());
 		}