格式化飞书通知Long类型参数格式化错误问题

This commit is contained in:
feng.li
2024-01-26 14:39:53 +08:00
parent c451c66136
commit 3edef42f8c

View File

@@ -665,7 +665,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
List<String> feishuUserIdListByUserIds = enterpriseUserDAO.getFeishuUserIdListByUserIds(Arrays.asList(investManager));
eventCenterHttpRequest.sendFeiShuNotice(FeiShuNoticeMsgEnum.PARTNER_SIGNUP_EXHIBITION,
feishuUserIdListByUserIds,
mobileCheckDTO.getLineId(),
mobileCheckDTO.getLineId().toString(),
mobileCheckDTO.getPartnerId(),
mobileCheckDTO.getPartnerName(),
mobileCheckDTO.getMobile(),
@@ -907,7 +907,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
List<String> userIdsByUserIds = enterpriseUserDAO.getFeishuUserIdListByUserIds(userIds);
eventCenterHttpRequest.sendFeiShuNotice(FeiShuNoticeMsgEnum.EXHIBITION_COLLABORATOR,
userIdsByUserIds,
exhibitionDTO.getId(),
exhibitionDTO.getId().toString(),
userInfo.getName(),
exhibitionDTO.getExhibitionName(),
DateUtils.format(exhibitionDTO.getStartDate(),CoolDateUtils.DATE_FORMAT_DAY_2),