|
|
|
@@ -380,6 +380,9 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
toImportCustomer.getCustomer().setId(customerMap.get(customer.getPhone()).getId()); |
|
|
|
updateCustomerAndDemand(toImportCustomer); |
|
|
|
} |
|
|
|
//记数 |
|
|
|
stringRedisTemplate.opsForHash().increment(importKey,"processCount",1); |
|
|
|
stringRedisTemplate.expire(importKey,10, TimeUnit.SECONDS); |
|
|
|
}); |
|
|
|
} catch (Exception e) { |
|
|
|
setRedisValue(importKey, "1", "0", "0", "1", true); |
|
|
|
|