入参时间修改

This commit is contained in:
苏竹红
2023-12-19 14:37:21 +08:00
parent ea26167907
commit 75b7a7074b

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);
}
//批量新增会销