Commit 3c1dee55 authored by 刘长帅's avatar 刘长帅

股票年限-980

parent 91533878
......@@ -78,7 +78,7 @@ public class CodeYearDataTask {
if(StringUtils.isEmpty(codeYearPrice)){
codeYearPrice = redisUtilNew.get(RedisKeyBeanForTask.getStockYearDataYesterday(stocksCode.getSymbol()));
logger.info("查询昨天redis年线价格数据:{}",stocksCode.getSymbol());
logger.info("查询昨天redis年线价格数据:{},价格:{}",stocksCode.getSymbol(),(StringUtils.isEmpty(codeYearPrice) ? 0 : codeYearPrice) );
}
if (StringUtil.isEmpty(codeYearPrice)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment