fix
This commit is contained in:
@@ -269,6 +269,9 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
||||
if (Objects.isNull(lineInfoDO)) {
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
||||
}
|
||||
if (lineInfoDO.getPartnerNum() != null){
|
||||
return new ResponseResult(200000,null,null);
|
||||
}
|
||||
if ("1".equals(lineInfoDO.getSex())){
|
||||
franchiseeDO.setSex(1);
|
||||
}else if ("2".equals(lineInfoDO.getSex())){
|
||||
|
||||
Reference in New Issue
Block a user