|
|
@@ -32,7 +32,8 @@
|
|
|
a.create_by AS "createBy",
|
|
|
a.update_time AS "updateTime",
|
|
|
a.update_by AS "updateBy",
|
|
|
- hic.invoice_category_name AS "invoiceCategoryName"
|
|
|
+ hic.invoice_category_name AS "invoiceCategoryName",
|
|
|
+ hic.tax_category_name AS "taxCategoryName"
|
|
|
from hlw_subcontractor_invoice_category a
|
|
|
LEFT JOIN hlw_invoice_category hic on hic.id = a.invoice_category_id
|
|
|
<where>
|