|
|
@ -45,6 +45,7 @@ public class RequestRecordServiceImpl extends MpBaseServiceImpl<RequestRecordDao |
|
|
|
if (failedReason.length > 0) { |
|
|
|
if (failedReason.length > 0) { |
|
|
|
record.setFailedReason(failedReason[0]); |
|
|
|
record.setFailedReason(failedReason[0]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
log.info("接口调用记录正在保存,调用记录详情:{}",JSONObject.toJSONString(record)); |
|
|
|
int insert = super.getBaseMapper().insert(record); |
|
|
|
int insert = super.getBaseMapper().insert(record); |
|
|
|
return insert; |
|
|
|
return insert; |
|
|
|
} |
|
|
|
} |
|
|
|