1.pms微调

This commit is contained in:
2024-01-02 14:56:00 +08:00
parent 6b3c17b093
commit 99ae1bcd1c

View File

@@ -598,7 +598,7 @@ public class GwMonitorPushServiceImpl implements GwMonitorPushService {
String result = mapData.get("result").toString();
Map mapCount = JSON.parseObject(result, Map.class);
String count = mapCount.get("count").toString();
return "操作成功:成功数据" + 5 + "";
return "操作成功:成功数据" + count + "";
} else {
String errors = mapData.get("errors").toString();
throw new BusinessException("操作失败:" + status + "_" + errors);