|
@@ -65,6 +65,9 @@
|
|
|
<if test="hlwInvoice.companyName != null and hlwInvoice.companyName !=''">
|
|
<if test="hlwInvoice.companyName != null and hlwInvoice.companyName !=''">
|
|
|
and hc.company_name like concat('%',#{hlwInvoice.companyName},'%')
|
|
and hc.company_name like concat('%',#{hlwInvoice.companyName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="hlwInvoice.applicationId != null">
|
|
|
|
|
+ and ha.id=#{hlwInvoice.applicationId}
|
|
|
|
|
+ </if>
|
|
|
<if test="hlwInvoice.subcontractorName != null and hlwInvoice.subcontractorName !=''">
|
|
<if test="hlwInvoice.subcontractorName != null and hlwInvoice.subcontractorName !=''">
|
|
|
and hs.name like concat('%',#{hlwInvoice.subcontractorName},'%')
|
|
and hs.name like concat('%',#{hlwInvoice.subcontractorName},'%')
|
|
|
</if>
|
|
</if>
|