测试企微通知

This commit is contained in:
shuo.wang
2025-02-11 16:44:02 +08:00
parent ca23967be2
commit 880d074546

View File

@@ -105,7 +105,7 @@ public class JoinIntentionServiceImpl extends LineFlowService implements JoinInt
// HyOpenAreaInfoDO openAreaInfoDO = openAreaInfoMapper.selectById(lineInfoParam.getWantShopAreaId());
// requestMap.put("regionName", openAreaInfoDO.getAreaName());
commonService.sendQWMessage(Collections.singletonList(lineInfoParam.getInvestmentManager()),
commonService.sendQWMessage(Collections.singletonList(lineInfoDO.getInvestmentManager()),
QWMessageEnum.MESSAGE_1,
null);
return Boolean.TRUE;