Browse Source

积分功能开发

dev-credits
chenzhihang 10 months ago
parent
commit
0ef63e3beb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/JupyterServiceImpl.java

+ 1
- 2
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/JupyterServiceImpl.java View File

@@ -155,8 +155,7 @@ public class JupyterServiceImpl implements JupyterService {
if (devEnvironment == null) {
return JupyterStatusVo;
}
LoginUser loginUser = SecurityUtils.getLoginUser();
String podName = loginUser.getUsername().toLowerCase() + "-editor-pod" + "-" + devEnvironment.getId();
String podName = devEnvironment.getCreateBy() + "-editor-pod" + "-" + devEnvironment.getId();

try {
// 查询相应pod状态


Loading…
Cancel
Save