update 修改车牌、车架号

This commit is contained in:
Lemon
2023-06-09 18:31:54 +08:00
parent c8e8cb5df8
commit 3c4052ea91
7 changed files with 38 additions and 6 deletions

View File

@@ -124,7 +124,7 @@
car_vin_info t1
join member_basic_info t2 on t1.member_id = t2.member_id and t1.del_flag = '0'
join member_wallet_info t3 on t2.member_id = t3.member_id and t2.status = '1'
where member_id = #{memberId,jdbcType=VARCHAR}
where t1.member_id = #{memberId,jdbcType=VARCHAR}
and del_flag = '0'
</select>
</mapper>