Commit 3db313ea authored by 张亚辉's avatar 张亚辉

私有基金

parent e25c4200
......@@ -1409,7 +1409,7 @@ public class ProductServiceImpl implements ProductService, Constant {
if (CollectionUtils.isNotEmpty(fundInfoList)) {
return fundInfoList.stream().map(item -> {
IfaImportedFundCount importedFundCount = null;
if (fundCountMap.containsKey(item.getId())) {
if (fundCountMap != null && fundCountMap.containsKey(item.getId())) {
importedFundCount = fundCountMap.get(item.getId());
}
......
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