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