提交 52f95480 authored 作者: 窦馨雨's avatar 窦馨雨

合并分支 'dxy' 到 'qa'

热修复-下班定位校验 查看合并请求 !136
......@@ -88,9 +88,9 @@ public class TemporaryClockVo {
if (Objects.isNull(temporaryId)){
throw new ParamException(RCode.LOGIN_PARAM_ERROR, null);
}
if (StringUtils.isBlank(clockAddress)){
throw new ParamException(RCode.NOT_ADDRESS_ERROR, null);
}
// if (StringUtils.isBlank(clockAddress)){
// throw new ParamException(RCode.NOT_ADDRESS_ERROR, null);
// }
if (StringUtils.isBlank(clockPhoto)){
throw new ParamException(RCode.NOT_CLOCK_PHOTO_ERROR, null);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论