0225财务应收账单应付账单修改
This commit is contained in:
+6
@@ -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}, '%')
|
||||
|
||||
Reference in New Issue
Block a user