1.pms微调
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user