|
|
|
@@ -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) { |
|
|
|
|