|
@@ -270,8 +270,8 @@ public class EmailParseService {
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
log.error("保存文件管理信息报错:"+e.getMessage(),e);
|
|
log.error("保存文件管理信息报错:"+e.getMessage(),e);
|
|
}
|
|
}
|
|
- //只入库托管邮箱发来的邮件
|
|
|
|
- if(hostedEmailList.contains(senderEmail.trim())){
|
|
|
|
|
|
+ //只入库托管邮箱发来的邮件,不是渠道1的不做限制
|
|
|
|
+ if(hostedEmailList.contains(senderEmail.trim()) || channelId != 1){
|
|
// 保存净值表和规模表
|
|
// 保存净值表和规模表
|
|
saveNavAndAssetNet(channelId,fileId, fundNavDTOList, parseDate);
|
|
saveNavAndAssetNet(channelId,fileId, fundNavDTOList, parseDate);
|
|
saveValuationInfo(channelId,fileId, fundNavDTOList);
|
|
saveValuationInfo(channelId,fileId, fundNavDTOList);
|