新增加盟商 重复提交
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 (StringUtil.isNotBlank(lineInfoDO.getPartnerNum())){
|
||||
throw new ServiceException(ErrorCodeEnum.DUPLICATE_SUBMISSION);
|
||||
}
|
||||
if (lineInfoDO.getPartnerNum() != null){
|
||||
return new ResponseResult(200000,null,null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user