소스 검색

更改提示

peiguo 5 년 전
부모
커밋
aae95ebb9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      whepi-web/src/main/java/com/bofeng/wx/controller/ScanController.java

+ 1 - 1
whepi-web/src/main/java/com/bofeng/wx/controller/ScanController.java

@@ -193,7 +193,7 @@ public class ScanController {
                 model.put("collor", "red");
                 model.put("into", "禁止通行");
                 model.put("errorMsg", "您近期未提交健康日报,无法判断您健康状态,请尽快返回住处。");
-                return new ModelAndView("/user/scan.ftl", model);
+                return new ModelAndView("/user/scanEstate.ftl", model);
             }
             MsReport msReport = msReportMapper.selectMsReportToday(userOpen.getUserId());
             if (msReport != null && msReport.getMsStatus() == 2) {