|
@@ -192,7 +192,7 @@ public class ScanController {
|
|
|
model.put("collor", "red");
|
|
|
model.put("collor2", "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/scan.ftl", model);
|
|
|
}
|