|
@@ -80,9 +80,7 @@
|
|
<if test="billInvoice.companyName != null and billInvoice.companyName != ''">
|
|
<if test="billInvoice.companyName != null and billInvoice.companyName != ''">
|
|
and companyName = BINARY #{billInvoice.companyName}
|
|
and companyName = BINARY #{billInvoice.companyName}
|
|
</if>
|
|
</if>
|
|
- <if test="billInvoice.customerName != null and billInvoice.customerName != ''">
|
|
|
|
- and customerName = BINARY #{billInvoice.customerName}
|
|
|
|
- </if>
|
|
|
|
|
|
+
|
|
<if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
|
|
<if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
|
|
and instr(CONCAT(',',#{billInvoice.waybillNum},','),CONCAT(',',waybillNum,','))>0
|
|
and instr(CONCAT(',',#{billInvoice.waybillNum},','),CONCAT(',',waybillNum,','))>0
|
|
</if>
|
|
</if>
|
|
@@ -92,12 +90,18 @@
|
|
<if test="billInvoice.plateNum != null and billInvoice.plateNum != ''">
|
|
<if test="billInvoice.plateNum != null and billInvoice.plateNum != ''">
|
|
and plateNum = BINARY #{billInvoice.plateNum}
|
|
and plateNum = BINARY #{billInvoice.plateNum}
|
|
</if>
|
|
</if>
|
|
- <if test="billInvoice.invoiceCode != null and billInvoice.invoiceCode != ''">
|
|
|
|
|
|
+ <if test="billInvoice.invoiceCode != null and billInvoice.invoiceCode != '' and billInvoice.interType==1">
|
|
and instr(CONCAT(',',#{billInvoice.invoiceCode},','),CONCAT(',',invoiceCode,','))>0
|
|
and instr(CONCAT(',',#{billInvoice.invoiceCode},','),CONCAT(',',invoiceCode,','))>0
|
|
</if>
|
|
</if>
|
|
- <if test="billInvoice.invoiceNum != null and billInvoice.invoiceNum != ''">
|
|
|
|
|
|
+ <if test="billInvoice.invoiceCode != null and billInvoice.invoiceCode != '' and billInvoice.interType==5">
|
|
|
|
+ and invoiceCode = #{billInvoice.invoiceCode}
|
|
|
|
+ </if>
|
|
|
|
+ <if test="billInvoice.invoiceNum != null and billInvoice.invoiceNum != '' and billInvoice.interType==1">
|
|
and instr(CONCAT(',',#{billInvoice.invoiceNum},','),CONCAT(',',invoiceNum,','))>0
|
|
and instr(CONCAT(',',#{billInvoice.invoiceNum},','),CONCAT(',',invoiceNum,','))>0
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="billInvoice.invoiceNum != null and billInvoice.invoiceNum != '' and billInvoice.interType==5">
|
|
|
|
+ and invoiceNum = #{billInvoice.invoiceNum}
|
|
|
|
+ </if>
|
|
<if test="billInvoice.invoiceMakeStart != null and billInvoice.invoiceMakeStart != ''">
|
|
<if test="billInvoice.invoiceMakeStart != null and billInvoice.invoiceMakeStart != ''">
|
|
and invoiceMakeTime BETWEEN #{billInvoice.invoiceMakeStart} and #{billInvoice.invoiceMakeEnd}
|
|
and invoiceMakeTime BETWEEN #{billInvoice.invoiceMakeStart} and #{billInvoice.invoiceMakeEnd}
|
|
</if>
|
|
</if>
|
|
@@ -285,9 +289,6 @@
|
|
<if test="billInvoice.companyName != null and billInvoice.companyName != ''">
|
|
<if test="billInvoice.companyName != null and billInvoice.companyName != ''">
|
|
and companyName = BINARY #{billInvoice.companyName}
|
|
and companyName = BINARY #{billInvoice.companyName}
|
|
</if>
|
|
</if>
|
|
- <if test="billInvoice.customerName != null and billInvoice.customerName != ''">
|
|
|
|
- and customerName = BINARY #{billInvoice.customerName}
|
|
|
|
- </if>
|
|
|
|
<if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
|
|
<if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
|
|
and waybillNum = BINARY #{billInvoice.waybillNum}
|
|
and waybillNum = BINARY #{billInvoice.waybillNum}
|
|
</if>
|
|
</if>
|