update 查询车牌号接口

This commit is contained in:
Lemon
2023-06-09 16:46:51 +08:00
parent 94f9dfb5b7
commit 73c17a85d3
7 changed files with 14 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
id, member_id, phone_number, license_plate_number, create_time, del_flag
</sql>
<select id="selectMemberPlateNumberRelationList" parameterType="com.jsowell.pile.domain.MemberPlateNumberRelation" resultMap="MemberLicensePlateNumberRelationResult">
<select id="selectMemberPlateNumberRelationList" parameterType="com.jsowell.pile.domain.MemberPlateNumberRelation" resultType="com.jsowell.pile.vo.MemberPlateNumberVO">
select
t1.id,
t1.member_id as memberId,