格式化飞书通知Long类型参数格式化错误问题
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user