|
@@ -202,6 +202,10 @@
|
|
|
<bind name="invoiceNumber" value="'%'+params.invoiceNumber+'%'"/>
|
|
|
AND T.INVOICE_NUMBER like #{invoiceNumber}
|
|
|
</if>
|
|
|
+ <if test="params != null and params.invoiceNo != null and params.invoiceNo != ''">
|
|
|
+ <bind name="invoiceNo" value="'%'+params.invoiceNo+'%'"/>
|
|
|
+ AND T.INVOICE_NO like #{invoiceNo}
|
|
|
+ </if>
|
|
|
<if test="params != null and params.contractName != null and params.contractName != ''">
|
|
|
<bind name="contractName" value="'%'+params.contractName+'%'"/>
|
|
|
AND T1.NAME like #{contractName}
|