|
@@ -59,6 +59,7 @@ public class DownloadController {
|
|
|
if (Objects.nonNull(tbClientVersion)) {
|
|
|
VersionBean v = new VersionBean(tbClientVersion.getName(), tbClientVersion.getValue(), tbClientVersion.getUrl());
|
|
|
tbOrgDownloadBean.setVersion(v);
|
|
|
+ tbOrgDownloadBean.setPackagePath(v.getUrl());
|
|
|
}
|
|
|
return ResultUtil.ok(tbOrgDownloadBean);
|
|
|
} else {
|