|
@@ -137,7 +137,7 @@ public class ScanController {
|
|
|
if (outScanConf.getGoOutFre() == 0) {
|
|
|
model.put("collor", "red");
|
|
|
model.put("into", "禁止外出");
|
|
|
- model.put("errorMsg", "最近一段时间非就医、防疫、保运行人员不能外出。");
|
|
|
+ model.put("errorMsg", "根据武汉市小区封闭管理规定,非特殊人员禁止出行!");
|
|
|
scanService.saveOutScan(userOpen.getUserId(), inType, uptownDoor.getUptownId(), uptownDoor.getDoorId(), -1, model.get("errorMsg").toString());
|
|
|
return new ModelAndView("/user/goOut.ftl", model);
|
|
|
}
|
|
@@ -221,7 +221,7 @@ public class ScanController {
|
|
|
if (outScanConf.getGoOutFre() == 0) {
|
|
|
model.put("collor", "red");
|
|
|
model.put("into", "禁止外出");
|
|
|
- model.put("errorMsg", "最近一段时间非就医、防疫、保运行人员不能外出。");
|
|
|
+ model.put("errorMsg", "根据武汉市小区封闭管理规定,非特殊人员禁止出行!");
|
|
|
scanService.saveOutScanEstate(userOpen.getUserId(), -1, model.get("errorMsg").toString());
|
|
|
return new ModelAndView("/user/goOut.ftl", model);
|
|
|
}
|
|
@@ -300,7 +300,7 @@ public class ScanController {
|
|
|
if (outScanConf.getGoOutFre() == 0) {
|
|
|
model.put("collor", "red");
|
|
|
model.put("into", "禁止外出");
|
|
|
- model.put("errorMsg", "最近一段时间非就医、防疫、保运行人员不能外出。");
|
|
|
+ model.put("errorMsg", "根据武汉市小区封闭管理规定,非特殊人员禁止出行!");
|
|
|
return new ModelAndView("/user/goOut.ftl", model);
|
|
|
}
|
|
|
List<MsReport> msReports = msReportMapper.selectMsReportLate(userOpen.getUserId());
|