新增 后管会员详情页面解绑车牌号功能

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-11 15:57:20 +08:00
parent 4872876afc
commit 9480a7d6d9
8 changed files with 108 additions and 36 deletions

View File

@@ -257,6 +257,6 @@ public class MemberService {
throw new BusinessException(ReturnCodeEnum.CODE_THIS_CARNO_HAS_BEEN_BINDING);
}
relation.setPhoneNumber(dto.getPhoneNumber());
memberPlateNumberRelationService.insertMemberLicensePlateNumberRelation(relation);
memberPlateNumberRelationService.insertMemberPlateNumberRelation(relation);
}
}