getByLineId
This commit is contained in:
@@ -122,7 +122,7 @@ public class JoinIntentionServiceImpl extends LineFlowService implements JoinInt
|
||||
MemberQuestionDO result = joinIntentionMapper.getByLineId(lineId);
|
||||
LineInfoDO byLineId = lineInfoDAO.getLineInfo(lineId);
|
||||
|
||||
if (Objects.isNull(result)) {
|
||||
if (Objects.isNull(byLineId)) {
|
||||
throw new ServiceException(LINE_ID_IS_NOT_EXIST);
|
||||
}
|
||||
PartnerBaseInfoVO response = PartnerBaseInfoVO.from(result, byLineId);
|
||||
|
||||
Reference in New Issue
Block a user