mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
t1.del_flag as delFlag,
|
||||
t2.vin_code as vinCode
|
||||
from member_plate_number_relation t1
|
||||
join car_vin_info on t1.member_id = t2.member_id
|
||||
join car_vin_info t2 on t1.member_id = t2.member_id
|
||||
where del_flag = '0'
|
||||
<if test="memberId != null and memberId != ''"> and member_id = #{memberId}</if>
|
||||
<if test="phoneNumber != null and phoneNumber != ''"> and phone_number = #{phoneNumber}</if>
|
||||
|
||||
Reference in New Issue
Block a user