|
@@ -781,7 +781,7 @@ public class ReportSettlementServiceImpl implements IReportSettlementService {
|
|
|
productInfo = StringUtils.join(product.toArray(),"、");
|
|
|
|
|
|
//发送微信通知
|
|
|
- JSONObject jsonObject = mailLogMapper.getWChatIdByUserId(userId);
|
|
|
+ JSONObject jsonObject = mailLogMapper.getWChatIdByUserId(Check.isNull(userId) ? "f990f815ecef43fab9cbe1bb22bb6d63" : userId);
|
|
|
String msg = MessageFormat.format(message,userMap.get("userName").toString(),month,productNum,accountNum,productInfo);
|
|
|
corpWexinUtils.sendMessageByWeChatId(jsonObject,msg);
|
|
|
}
|