Aslee 3 years ago
parent
commit
9281962593
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/caimei/modules/info/web/InfoController.java

+ 1 - 0
src/main/java/com/caimei/modules/info/web/InfoController.java

@@ -82,6 +82,7 @@ public class InfoController extends BaseController {
 			}
 		}
 		InfoType infoType = new InfoType();
+		infoType.setEnabledStatus("1");
 		List<InfoType> typeList = infoTypeService.findList(infoType);
 		List<Info> topList = infoService.findTopList();
 		model.addAttribute("topLength", topList.size());