超算接口bug

This commit is contained in:
chenpeng0206 2026-02-27 14:29:17 +08:00
parent 72635d151b
commit f9f5e45c88
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public class CSCollectServiceImpl implements CSCollectService {
case "Saved":
case "Pending":
return "Pending";
case "RUNNING":
case "Running":
return "Running";
case "Completed":
return "Succeeded";