结束会销时间

This commit is contained in:
陈伏伽
2023-12-26 15:28:19 +08:00
parent 2d747e263d
commit af661f550a

View File

@@ -667,6 +667,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
throw new ServiceException(ErrorCodeEnum.EXHIBITION_NOT_EXIST);
}
hyExhibitionDO.setClosedType(CommonConstants.TWO);
hyExhibitionDO.setCloseTime(new Date());
hyExhibitionDO.setUpdater(userInfo.getUserId());
//更新展会结束状态
hyExhibitionDAO.updateByPrimaryKeySelective(hyExhibitionDO);