消息通知日期处理

This commit is contained in:
陈伏伽
2023-12-26 14:42:04 +08:00
parent a57a22b77a
commit 2d747e263d

View File

@@ -852,7 +852,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
exhibitionDTO.getId(),
userInfo.getName(),
exhibitionDTO.getExhibitionName(),
exhibitionDTO.getStartDate(),
DateUtils.format(exhibitionDTO.getStartDate(),CoolDateUtils.DATE_FORMAT_DAY_2),
exhibitionDTO.getLocation());
}
}