Commit 13ba79be by guojuxing

运维后台登录修复:如果没有数据,就新增一个运维人员账号

parent 1d56bf1a
......@@ -466,7 +466,7 @@ public class UserApiServiceImpl implements UserApiService {
}
}
}
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "查不到用户数据");
return ServiceResponse.success();
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment