0225财务应收账单应付账单修改

This commit is contained in:
赵辉
2026-02-25 16:14:52 +08:00
parent 9793c0fd71
commit 4a75dfd313
15 changed files with 91 additions and 5 deletions
@@ -115,6 +115,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
<if test="waybillNumber != null and waybillNumber != ''">
and a.waybill_number like concat('%', #{waybillNumber}, '%')
</if>
<if test="driver != null and driver != ''">
and a.driver like concat('%', #{driver}, '%')
</if>
<if test="driverName != null and driverName != ''">
and a.driver_name like concat('%', #{driverName}, '%')
</if>
<if test="approvalNumber != null and approvalNumber != ''">
and b.approval_number like concat('%', #{approvalNumber}, '%')