getByLineId

This commit is contained in:
苏竹红
2024-04-10 15:31:03 +08:00
parent 0a1bf9773d
commit a161281d68

View File

@@ -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);