服务器强更

This commit is contained in:
hy001 2026-05-12 17:09:56 +08:00
parent 0ace2cc68f
commit c9ea77f762
2 changed files with 27 additions and 27 deletions

View File

@ -42,7 +42,7 @@ public class LatestAndReviewVersionManageGetQryExe {
return versionManageService
.getVersion(cmd.requireReqSysOrigin()
, cmd.getReqClient().getClientName()
, cmd.getReqAppIntel().getChannel()
, null
, bool);
}

View File

@ -50,7 +50,7 @@ public class LatestVersionManageGetQryExe {
return versionManageService
.getVersion(cmd.requireReqSysOrigin()
, cmd.getReqClient().getClientName()
, cmd.getReqAppIntel().getChannel()
, null
, Boolean.FALSE);
}
}