|
@@ -139,7 +139,7 @@ public class GroupBudgetReviewController {
|
|
String corpwxUserid = user.getCorpwxUserid();
|
|
String corpwxUserid = user.getCorpwxUserid();
|
|
if (corpwxUserid != null) {
|
|
if (corpwxUserid != null) {
|
|
WxCorpInfo info = wxCorpInfoMapper.selectOne(new QueryWrapper<WxCorpInfo>().eq("company_id",checker.getCompanyId()));
|
|
WxCorpInfo info = wxCorpInfoMapper.selectOne(new QueryWrapper<WxCorpInfo>().eq("company_id",checker.getCompanyId()));
|
|
- wxCorpInfoService.sendWXCorpMsg(info, corpwxUserid,sb.toString(), "groupBudget", WxCorpInfoServiceImpl.TEXT_CARD_MSG_REPORT_DENY);
|
|
|
|
|
|
+ wxCorpInfoService.sendWXCorpMsg(info, corpwxUserid,sb.toString(), "budgetReview", WxCorpInfoServiceImpl.TEXT_CARD_MSG_REPORT_DENY);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return httpRespMsg;
|
|
return httpRespMsg;
|