This commit is contained in:
Lemon
2023-06-19 09:14:12 +08:00
parent 2b5d8cfa70
commit 4f5141b9ca
2 changed files with 2 additions and 1 deletions

View File

@@ -108,5 +108,6 @@
from member_plate_number_relation
where
vin_code = #{vinCode,jdbcType=VARCHAR}
and del_flag = '0'
</select>
</mapper>