|
|
@ -42,11 +42,11 @@ |
|
|
<if test="requestId != null and requestId.trim() != ''"> |
|
|
<if test="requestId != null and requestId.trim() != ''"> |
|
|
AND a.request_id = #{requestId} |
|
|
AND a.request_id = #{requestId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="reDocumentNo != null and reDocumentNo.trim() != ''"> |
|
|
|
|
|
AND a.re_document_no LIKE '%' + #{reDocumentNo} + '%' |
|
|
|
|
|
|
|
|
<if test="orderNo != null and orderNo.trim() != ''"> |
|
|
|
|
|
AND a.order_no LIKE '%' + #{orderNo} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test="reDocumentType != null and reDocumentType.trim() != ''"> |
|
|
|
|
|
AND a.re_document_type LIKE '%' + #{reDocumentType} + '%' |
|
|
|
|
|
|
|
|
<if test="interfaceType != null and interfaceType.trim() != ''"> |
|
|
|
|
|
AND b.interface_type LIKE '%' + #{interfaceType} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test="statusCode != null and statusCode.trim() != ''"> |
|
|
<if test="statusCode != null and statusCode.trim() != ''"> |
|
|
AND a.status_code = #{statusCode} |
|
|
AND a.status_code = #{statusCode} |
|
|
@ -92,11 +92,11 @@ |
|
|
<if test="requestId != null and requestId.trim() != ''"> |
|
|
<if test="requestId != null and requestId.trim() != ''"> |
|
|
AND a.request_id = #{requestId} |
|
|
AND a.request_id = #{requestId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="reDocumentNo != null and reDocumentNo.trim() != ''"> |
|
|
|
|
|
AND a.re_document_no LIKE '%' + #{reDocumentNo} + '%' |
|
|
|
|
|
|
|
|
<if test="orderNo != null and orderNo.trim() != ''"> |
|
|
|
|
|
AND a.order_no LIKE '%' + #{orderNo} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test="reDocumentType != null and reDocumentType.trim() != ''"> |
|
|
|
|
|
AND a.re_document_type LIKE '%' + #{reDocumentType} + '%' |
|
|
|
|
|
|
|
|
<if test="interfaceType != null and interfaceType.trim() != ''"> |
|
|
|
|
|
AND b.interface_type LIKE '%' + #{interfaceType} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test="statusCode != null and statusCode.trim() != ''"> |
|
|
<if test="statusCode != null and statusCode.trim() != ''"> |
|
|
AND a.status_code = #{statusCode} |
|
|
AND a.status_code = #{statusCode} |
|
|
|