|
@@ -642,8 +642,8 @@ public class ScanController {
|
|
|
}
|
|
|
OutUser outUser = outUserMapper.getOutUserByPhone(1, uptownHomes.get(0).getLinkman(), Long.parseLong(uptownHomes.get(0).getPhone()));
|
|
|
if (outUser != null) {
|
|
|
- model.put("collor", "green");
|
|
|
- model.put("collor2", "green");
|
|
|
+ model.put("collor", "blue-ly");
|
|
|
+ model.put("collor2", "blue-ly");
|
|
|
model.put("into", "允许复工");
|
|
|
model.put("errorMsg", "声明:复工许可证是根据员工自主填写健康日报,结合凌云集团复工条件自动产生。原则上代表员工可复工,在厂门口扫描二维码生成绿色复工通行证,并接受检查后,可入厂。");
|
|
|
return new ModelAndView("/user/returnWork.ftl", model);
|