|
|
@@ -206,7 +206,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
list.add(notice);
|
|
|
EmailBo emailBo=new EmailBo(NoticeStatus.getValueByCode(noticeStatus),a.getEmail(),str);
|
|
|
asyncUtils.send(emailBo);
|
|
|
- weChatUtils.addNotice(a.getOpenId(),status,in.getId(),date,aname,str);
|
|
|
+ weChatUtils.addNotice(a.getExpenseOpenId(),status,in.getId(),date,aname,str);
|
|
|
}
|
|
|
asyncUtils.addNoticeBatch(list);
|
|
|
}
|