Просмотр исходного кода

[招商][客户信息]导入

release_toaliyun_real
Burce 6 лет назад
Родитель
Сommit
2911207a24
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java Просмотреть файл

@@ -382,7 +382,7 @@ public class InvestBizServiceImpl implements InvestBizService {
updateCustomerAndDemand(toImportCustomer);
}
//记数
redisKeyIncrement(importKey, "processCount", "allSuccessCount");
redisKeyIncrement(importKey, "processCount");
stringRedisTemplate.expire(importKey, 10, TimeUnit.SECONDS);
});
} catch (Exception e) {


Загрузка…
Отмена
Сохранить