Commit 3dbeb7e7 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-优化

parent 12427e5d
...@@ -205,7 +205,8 @@ public class SocialFriendConfig { ...@@ -205,7 +205,8 @@ public class SocialFriendConfig {
// {"head":{"code":"00000000","description":"成功","msg":"成功","time":"2024-12-06 17:10:26","status":"Y" // {"head":{"code":"00000000","description":"成功","msg":"成功","time":"2024-12-06 17:10:26","status":"Y"
// ,"body":{"requestId":"85440b327d71466abcd9c5c81d5bb172" // ,"body":{"requestId":"85440b327d71466abcd9c5c81d5bb172"
if (Common.isNotNull(dataResultList)) { if (Common.isNotNull(dataResultList)) {
tSocialFriendBackLogService.removeById(errorSave); errorSave.setType(21);
tSocialFriendBackLogService.updateById(errorSave);
// 拉取的数据日志 // 拉取的数据日志
TSocialFriendBackLog backLog = new TSocialFriendBackLog(); TSocialFriendBackLog backLog = new TSocialFriendBackLog();
StringBuilder ids = new StringBuilder(); StringBuilder ids = new StringBuilder();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment