分支测试

This commit is contained in:
lx
2026-01-15 10:56:37 +08:00
parent 9b2543f7f7
commit b57519c937

View File

@@ -54,7 +54,7 @@ public class userController {
return ResultVo.Success("","用户信息修改成功");
}
catch (Exception e){
throw new RuntimeException("用户信息修改失败");
throw new RuntimeException("用户信息修改失败了!!!");
}
}