|
|
@@ -32,7 +32,8 @@
|
|
|
<select id="findByCompanyIdAndSubId" resultType="org.jeecg.modules.hlwaccount.entity.HlwCompanyInvoiceCategory" >
|
|
|
SELECT
|
|
|
a.*,
|
|
|
- hic.invoice_category_name as "invoiceCategoryName"
|
|
|
+ hic.invoice_category_name as "invoiceCategoryName",
|
|
|
+ hic.tax_category_name AS "taxCategoryName"
|
|
|
FROM hlw_company_invoice_category a
|
|
|
inner join hlw_invoice_category hic on hic.id = a.invoice_category_id
|
|
|
inner join hlw_company_subcontractor hcs on hcs.id = a.company_subcontractor_id
|