peiguo %!s(int64=5) %!d(string=hai) anos
pai
achega
ddc6ef583c

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

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