update vin充电

This commit is contained in:
Guoqs
2025-07-09 00:41:45 +08:00
parent a996a0307c
commit bce99f4b4b
3 changed files with 5 additions and 1 deletions

View File

@@ -313,6 +313,7 @@
join pile_auth_card t3 on t1.member_id = t3.member_id and t3.del_flag = '0'
where t1.del_flag = '0'
and t3.logic_card = #{cardCode,jdbcType=VARCHAR}
and t2.merchant_id = #{merchantId}
</select>
<select id="queryMemberInfoByVinCode" resultType="com.jsowell.pile.vo.base.ConfirmStartChargingMemberVO">
@@ -325,5 +326,6 @@
join member_plate_number_relation t3 on t1.member_id = t3.member_id and t3.del_flag = '0'
where t1.del_flag = '0'
and t3.vin_code = #{vinCode,jdbcType=VARCHAR}
and t2.merchant_id = #{merchantId}
</select>
</mapper>