Merge remote-tracking branch 'origin/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226
This commit is contained in:
@@ -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);
|
||||
}
|
||||
//批量新增会销
|
||||
|
||||
Reference in New Issue
Block a user