feat: 更新车辆黑名单查询字段

koumen
lishiwei 2026-05-06 08:51:41 +08:00
parent 75419ffd05
commit e2c3007c1f
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
<select id="getInfoById" resultType="com.zcloud.primeport.persistence.dataobject.VehicleBlackDO">
SELECT
b.id,
b.licence_no
b.licence_no,
b.vehicle_type,
b.licence_type
FROM
vehicle_black b
WHERE