|
@@ -139,7 +139,7 @@ public class ScanController {
|
|
|
model.put("into", "禁止外出");
|
|
|
model.put("errorMsg", "根据武汉市小区封闭管理规定,非特殊人员禁止出行!");
|
|
|
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/scan.ftl", model);
|
|
|
}
|
|
|
OutScan outScan = outScanMapper.getOutScanThreeday(userOpen.getUserId(), 2, outScanConf.getGoOutFre());
|
|
|
if (outScan != null) {
|
|
@@ -223,7 +223,7 @@ public class ScanController {
|
|
|
model.put("into", "禁止外出");
|
|
|
model.put("errorMsg", "根据武汉市小区封闭管理规定,非特殊人员禁止出行!");
|
|
|
scanService.saveOutScanEstate(userOpen.getUserId(), -1, model.get("errorMsg").toString());
|
|
|
- return new ModelAndView("/user/goOut.ftl", model);
|
|
|
+ return new ModelAndView("/user/scanEstate.ftl", model);
|
|
|
}
|
|
|
List<MsReport> msReports = msReportMapper.selectMsReportLate(userOpen.getUserId());
|
|
|
if (msReports.size() != 3) {
|