代码优化
This commit is contained in:
parent
b763bec632
commit
c7a896630b
@ -763,7 +763,7 @@ public class WorkerAttendanceServiceImpl extends ServiceImpl<WorkerAttendanceMap
|
|||||||
log.error("err:", e);
|
log.error("err:", e);
|
||||||
return Result.error(ExceptionUtil.stacktraceToString(e));
|
return Result.error(ExceptionUtil.stacktraceToString(e));
|
||||||
}
|
}
|
||||||
return Result.ok();
|
return Result.success(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user