|
@@ -2,6 +2,7 @@ package com.simuwang.manage.service.impl;
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
import cn.hutool.core.collection.CollUtil;
|
|
|
+import cn.hutool.core.exceptions.ExceptionUtil;
|
|
|
import com.simuwang.base.common.conts.DateConst;
|
|
|
import com.simuwang.base.common.support.MybatisPage;
|
|
|
import com.simuwang.base.common.util.StringUtil;
|
|
@@ -143,7 +144,7 @@ public class FundAliasServiceImpl implements FundAliasService {
|
|
|
updateFundAsset(fundId, fundName, registerNumber);
|
|
|
log.info("更新基金nav和asset完成 -> fundId:{}, cost:{}ms", fundId, (System.currentTimeMillis()-startTime));
|
|
|
} catch (Exception e) {
|
|
|
- log.error("更新基金nav和asset异常 -> fundId:{}, fundName:{}, registerNumber:{}", fundId, fundName, registerNumber);
|
|
|
+ log.error("更新基金nav和asset异常 fundId:{}, fundName:{}, registerNumber:{} -> 堆栈信息:{}", fundId, fundName, registerNumber, ExceptionUtil.stacktraceToString(e));
|
|
|
}
|
|
|
}
|
|
|
}
|