Commit 6c2610d5 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 040dd44c
......@@ -8617,11 +8617,11 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if (CollectionUtils.isNotEmpty(requestIdMap)) {
urls = socialFriendConfig.getDownloadFeedbackUrls(restTemplate,requestIdMap.get(list.get(0).getSocialId()));
}
if (Common.isNotNull(urls)){
// 更新反馈文件状态
List<String> dispatchIds = new ArrayList<>();
dispatchIds.add(list.get(0).getDispatchId());
baseMapper.updateBackFileFlag(dispatchIds);
if (Common.isNotNull(urls)){
return R.ok(urls.get(0));
}
}
......
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