铺位处理
This commit is contained in:
@@ -244,9 +244,6 @@ public class PointServiceImpl implements PointService {
|
||||
log.error("铺位基本信息不存在");
|
||||
throw new ServiceException(ErrorCodeEnum.POINT_NOT_EXIST);
|
||||
}
|
||||
if(!PointStatusEnum.POINT_STATUS_2.getCode().equals(pointInfo.getPointStatus())){
|
||||
throw new ServiceException(ErrorCodeEnum.NOT_ALLOW_OPERATE);
|
||||
}
|
||||
PointDetailInfoDO pointDetailInfo = pointDetailInfoDAO.getPointDetailInfoByPointId(pointId);
|
||||
if(Objects.isNull(pointDetailInfo)){
|
||||
log.error("铺位详细信息不存在");
|
||||
|
||||
Reference in New Issue
Block a user