浏览代码

动力学 license 占用为 0

martin 2 年之前
父节点
当前提交
9ed998829b

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/home/service/HomePageService.java

@@ -64,7 +64,7 @@ public class HomePageService {
                 .onlineNumber(oauthClientService.online().getInfo())
                 .simulationNodeNumber((int) count)
                 .simulationLicenseNumber(homePageMapper.selectSumOfTaskNumber())
-                .dynamicsLicenseNumber(1)   // 待定
+                .dynamicsLicenseNumber(0)   // 待定
                 .build();
         return new ResponseBodyVO<>(ResponseBodyVO.Response.SUCCESS, build);
     }