@@ -356,6 +356,7 @@
left join hlw_invoice hi on hi.id=a.invoice_id
<where>
a.type=0
+ and hp.application_id=#{applicationId}
<if test="hlwSubcontractorAccountFlow.paymentCode != null and hlwSubcontractorAccountFlow.paymentCode !=''">
and hp.payment_code like concat(concat('%',#{hlwSubcontractorAccountFlow.paymentCode}),'%')
</if>