Skip to content

Commit

Permalink
fix(接口定义): 修复场景中的case跳转失败的缺陷
Browse files Browse the repository at this point in the history
--bug=1030107 --user=王孝刚 【接口测试】github#26585,
1.20.23-lts升级到1.20.24-lts后,场景中的case跳转失败
https://www.tapd.cn/55049933/s/1412988
  • Loading branch information
wxg0103 committed Sep 5, 2023
1 parent 6432dca commit 466ca2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1379,7 +1379,7 @@ public UserDTO.PlatformInfo getCurrentPlatformInfo(String workspaceId) {
public void updateCurrentUserByResourceId(String resourceId) {
Project project = extProjectMapper.selectProjectByResourceId(resourceId);
if (project == null) {
MSException.throwException(Translator.get("select_resource_error_and_check"));
return;
}
SessionUser user = SessionUtils.getUser();
user.setLastProjectId(project.getId());
Expand Down

0 comments on commit 466ca2f

Please sign in to comment.