update 根据vinCode查询订单列表

This commit is contained in:
2024-03-05 15:02:32 +08:00
parent 9e7d35d1df
commit e47749d15b
3 changed files with 8 additions and 0 deletions

View File

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