Преглед изворни кода

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

release_toaliyun_real
Burce пре 6 година
родитељ
комит
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); updateCustomerAndDemand(toImportCustomer);
} }
//记数 //记数
redisKeyIncrement(importKey, "processCount", "allSuccessCount");
redisKeyIncrement(importKey, "processCount");
stringRedisTemplate.expire(importKey, 10, TimeUnit.SECONDS); stringRedisTemplate.expire(importKey, 10, TimeUnit.SECONDS);
}); });
} catch (Exception e) { } catch (Exception e) {


Loading…
Откажи
Сачувај