|
@@ -159,7 +159,7 @@ public class ScanController {
|
|
|
model.put("errorMsg", "这是您今天第" + conut + "次出行,为了您的安全,请尽快回家。");
|
|
|
}
|
|
|
scanService.saveOutScanEstate(userOpen.getUserId());
|
|
|
- model.put("img", "/scan/scanEstate_qr.png");
|
|
|
+// model.put("img", "/scan/scanEstate_qr.png");
|
|
|
return new ModelAndView("/user/scanEstate.ftl", model);
|
|
|
}
|
|
|
}
|