|
|
|
|
@ -209,8 +209,10 @@ public class ApmRecordController extends BladeController { |
|
|
|
|
if (Func.isBlank(checkMsg)) { |
|
|
|
|
recordService.saveBatch(apmRecordList); |
|
|
|
|
int blacklistOutdate = DictBizCache.getDictValueWithOffset(BusinessConstant.DICT_KEY_BLACKLIST_OUTDATE); |
|
|
|
|
int timesToBlacklist = DictBizCache.getDictValueWithOffset(BusinessConstant.DICT_KEY_RENEGED_TIMES_TO_BLACKLIST); |
|
|
|
|
Map<String, Object> result = new HashMap<>(); |
|
|
|
|
result.put("blacklistOutDate", blacklistOutdate); |
|
|
|
|
result.put("timesToBlacklist", timesToBlacklist); |
|
|
|
|
return R.data(result); |
|
|
|
|
} |
|
|
|
|
return R.fail(checkMsg); |
|
|
|
|
|