入参时间修改
This commit is contained in:
@@ -181,7 +181,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
|
|||||||
hyExhibitionDO.setCreator(userInfo.getUserId());
|
hyExhibitionDO.setCreator(userInfo.getUserId());
|
||||||
hyExhibitionDO.setLocation(exhibitionDTO.getLocation());
|
hyExhibitionDO.setLocation(exhibitionDTO.getLocation());
|
||||||
hyExhibitionDO.setExhibitionGroupId(hyExhibitionGroupDO.getId());
|
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);
|
insertList.add(hyExhibitionDO);
|
||||||
}
|
}
|
||||||
//批量新增会销
|
//批量新增会销
|
||||||
|
|||||||
Reference in New Issue
Block a user