打卡位置
This commit is contained in:
@ -139,7 +139,7 @@ public class TbZdxlFgdwBddxlrwJlController {
|
||||
UserInfo user = UserInfoManager.get();
|
||||
if(ObjectUtils.isNotEmpty(baseEntity.getDkKsSj())){
|
||||
//开始和结束是否是同一个人
|
||||
if(!user.getUserId().equals(baseEntity.getDkrId())){
|
||||
if(!baseEntity.getDkrXm().equals(user.getUserName())){
|
||||
return ResponseResult.fail(MessageUtils.getSaveFailMsg() + "您不是此记录的打卡人,不能进行打卡");
|
||||
}
|
||||
//是否待满10分钟
|
||||
|
||||
Reference in New Issue
Block a user