模块状态判断调整

This commit is contained in:
xy
2025-08-04 09:55:27 +08:00
parent b794842d33
commit 0d7d1781e3

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 = "故障";