peiguo 5 年之前
父节点
当前提交
ddc6ef583c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      whepi-web/src/main/java/com/bofeng/wx/controller/ScanController.java

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

@@ -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());