Merge remote-tracking branch 'origin/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226

This commit is contained in:
feng.li
2023-12-26 15:05:07 +08:00

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());
}
}