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-19 16:15:11 +08:00

View File

@@ -181,7 +181,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
hyExhibitionDO.setCreator(userInfo.getUserId());
hyExhibitionDO.setLocation(exhibitionDTO.getLocation());
hyExhibitionDO.setExhibitionGroupId(hyExhibitionGroupDO.getId());
hyExhibitionDO.setStartDate(CoolDateUtils.parseDate(exhibitionDTO.getStartDate(),CoolDateUtils.DATE_FORMAT_SEC_2));
hyExhibitionDO.setStartDate(CoolDateUtils.parseDate(exhibitionDTO.getStartDate(),CoolDateUtils.DATE_FORMAT_DAY_2));
insertList.add(hyExhibitionDO);
}
//批量新增会销