Merge branch 'dev' into dev-zza

This commit is contained in:
Lemon
2025-06-17 13:51:43 +08:00
7 changed files with 82 additions and 27 deletions

View File

@@ -1934,6 +1934,9 @@
<if test="vinCode != null and vinCode != ''">
and t1.vin_code = #{vinCode,jdbcType=VARCHAR}
</if>
<if test="plateNumber != null and plateNumber != ''">
and t1.plate_number = #{plateNumber,jdbcType=VARCHAR}
</if>
<if test="stationDeptIds != null and stationDeptIds.size() != 0">
and t3.dept_id in
<foreach close=")" collection="stationDeptIds" item="stationDeptId" open="(" separator=",">