gongfuzhu преди 1 година
родител
ревизия
2c9d35f7e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/api/video/YqdServiceImpl.java

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/api/video/YqdServiceImpl.java

@@ -52,7 +52,7 @@ public class YqdServiceImpl {
         apiLog.setService("create");
         apiLog.setSystem("video");
         apiLog.setRequest(JSON.toJSONString(body));
-        apiLog.setResponse(request.getBody());
+        apiLog.setResponse(JSON.toJSONString(request.getBody()));
         apiLogDao.save(apiLog);
 
         try {