mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 查询车牌号接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user