Merge branch 'dev/feat/partner1.6_20231226' into pre
This commit is contained in:
@@ -686,6 +686,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
|
||||
HyPartnerExhibitionDO partnerExhibition = hyPartnerExhibitionDAO.getPartnerExhibition(exhibitionId, lineId);
|
||||
partnerExhibition.setParticipationStatus(status);
|
||||
partnerExhibition.setUpdater(userInfo.getUserId());
|
||||
partnerExhibition.setCheckInTime(new Date());
|
||||
hyPartnerExhibitionDAO.updateByPrimaryKeySelective(partnerExhibition);
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user