Browse Source

更改提示

peiguo 5 năm trước cách đây
mục cha
commit
aae95ebb9f

+ 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) {