@@ -437,7 +437,7 @@
</choose>
</if>
<if test="hlwPayment.invoiceCategoryName != null and hlwPayment.invoiceCategoryName !=''">
- and hi.invoice_category_name like concat('%',#{hlwPayment.invoiceCategoryName},'%')
+ and concat('*',hi.invoice_category_name,'*',hi.tax_category_name) like concat('%',#{hlwPayment.invoiceCategoryName},'%')
<if test="hlwPayment.requirementCode != null and hlwPayment.requirementCode !=''">
and hr.requirement_code like concat('%',#{hlwPayment.requirementCode},'%')