update 后管订单列表接口新增 payMode筛选字段

This commit is contained in:
Lemon
2025-11-27 08:47:40 +08:00
parent 23ce26a441
commit f704cffe35
2 changed files with 8 additions and 0 deletions

View File

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