1 Commits

Author SHA1 Message Date
xy
0d7d1781e3 模块状态判断调整 2025-08-04 09:55:27 +08:00

View File

@@ -472,10 +472,10 @@ public class DataServiceImpl implements IDataService {
str = "离线";
break;
case 1:
str = "运行";
str = "停止";
break;
case 2:
str = "停止";
str = "运行";
break;
case 3:
str = "故障";