mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
新增 用户绑定vin信息接口
This commit is contained in:
@@ -110,4 +110,11 @@
|
||||
join member_wallet_info t3 on t2.member_id = t3.member_id and t2.status = '1'
|
||||
where t1.vin_code = #{vinCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getCarVinListByMemberId" resultType="com.jsowell.pile.vo.CarVinInfoVO">
|
||||
select <include refid="Base_Column_List"/>
|
||||
from car_vin_info
|
||||
where member_id = #{memberId,jdbcType=VARCHAR}
|
||||
and del_flag = '0'
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user