|
@@ -40,8 +40,9 @@ public class CallApiLogServiceImpl extends ServiceImpl<CallApiLogMapper, CallApi
|
|
|
callApiLog.setOrderNumber(orderNumber);
|
|
|
callApiLog.setName(apiName);
|
|
|
callApiLog.setApiResultData(result);
|
|
|
+ }else {
|
|
|
+ callApiLog.setApiResultData(result);
|
|
|
}
|
|
|
- log.info("callApiLong----"+JSONObject.toJSONString(callApiLog));
|
|
|
this.saveOrUpdate(callApiLog);
|
|
|
}
|
|
|
|