|
|
@ -80,15 +80,15 @@ public class IndexCalculateServiceImpl implements IndexCalculateService { |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("indexCalculate calAll exception", e); |
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
indexCodeFieldReRedis.deleteIndexCodeFromRedis(); |
|
|
|
return true; |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("indexCalculate exception,param:{}", JSON.toJSONString(formDTO)); |
|
|
|
} finally { |
|
|
|
//清除缓存
|
|
|
|
indexCodeFieldReRedis.deleteIndexCodeFromRedis(); |
|
|
|
} |
|
|
|
return true; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|