|
@ -107,7 +107,7 @@ public class LogService {
|
|
|
detail.setError(error);
|
|
|
detail.setCreateTime(new Date());
|
|
|
if(re.length()>10652261){
|
|
|
detail.setResponse("超过longtext限制");
|
|
|
detail.setResponse("超过longtext限制:"+re.substring(0,500));
|
|
|
}else {
|
|
|
detail.setResponse(JSONObject.toJSONString(re, SerializerFeature.WriteMapNullValue));
|
|
|
}
|