exhibitionCode

This commit is contained in:
苏竹红
2024-01-11 17:08:19 +08:00
parent 0b95929930
commit e041693d1b
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ public class ExhibitionVO {
private String exhibitionName;
private String exhibitionCode;
private String location;
private String startDate;

View File

@@ -296,6 +296,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
myExhibitionVO.setExhibitionName(x.getExhibitionName());
myExhibitionVO.setLocation(x.getLocation());
myExhibitionVO.setId(x.getId());
myExhibitionVO.setExhibitionCode(x.getExhibitionCode());
myExhibitionVO.setClosedType(x.getClosedType());
myExhibitionVO.setStartDate(DateUtils.format(x.getStartDate(),CoolDateUtils.DATE_FORMAT_DAY_2));
if (StringUtils.isNotEmpty(x.getCollaborators())){