|
|
|
@@ -646,10 +646,10 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService { |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("导入模板失败:"+e.getMessage()); |
|
|
|
stringRedisTemplate.opsForHash().delete(userId,"allCount"); |
|
|
|
stringRedisTemplate.opsForHash().delete(userId, "allSuccessCount"); |
|
|
|
stringRedisTemplate.opsForHash().delete(userId,"successCount"); |
|
|
|
stringRedisTemplate.opsForHash().delete(userId, "failCount"); |
|
|
|
stringRedisTemplate.opsForHash().put(userId, "allCount", "1"); |
|
|
|
stringRedisTemplate.opsForHash().put(userId, "allSuccessCount", "0"); |
|
|
|
stringRedisTemplate.opsForHash().put(userId, "successCount", "0"); |
|
|
|
stringRedisTemplate.opsForHash().put(userId, "failCount", "1"); |
|
|
|
} |
|
|
|
|
|
|
|
return new ResultData(); |
|
|
|
|