Commit 3f9f5c77 authored by hongguangwu's avatar hongguangwu

1.7.21-优化

parent 0c862e05
......@@ -118,7 +118,7 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
public R<String> pushFriend(List<String> dispatchIdList, List<String> pushDispatchIdList, Integer isAuto, String userId) {
if (atomicPushFriend.incrementAndGet() <= 1) {
// 先清理上一次的文件
cleanSpireTempFiles();
//cleanSpireTempFiles();
try {
TSocialFreindSet set = tSocialFreindSetService.getById("1");
if (set != null && Common.isNotNull(set.getType()) && 1 == set.getType()) {
......
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