查询意向协议信息
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
id,
|
||||
partner_id,
|
||||
line_id,
|
||||
sign_name
|
||||
sign_name,
|
||||
mobile,
|
||||
sex,
|
||||
id_card_front,
|
||||
|
||||
@@ -89,13 +89,10 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
||||
throw new ServiceException(PARAMS_VALIDATE_ERROR);
|
||||
}
|
||||
SigningBaseInfoDO signingBaseInfoDO = intentAgreementMapper.selectByPartnerIdOrLineId(partnerId, lineId);
|
||||
|
||||
|
||||
if (Objects.isNull(signingBaseInfoDO)) {
|
||||
log.info("getMiniIntentAgreement signingBaseInfoDO IS NULL......");
|
||||
return null;
|
||||
}
|
||||
|
||||
SigningBaseInfoResponse response = SigningBaseInfoResponse.from(signingBaseInfoDO);
|
||||
MemberQuestionDO byLineId = joinIntentionMapper.getByLineId(lineId);
|
||||
response.setType(byLineId.getJoinType());
|
||||
|
||||
Reference in New Issue
Block a user