瀏覽代碼

接口—服务商服务内容列表sql增加税收分类名称

ZhangWenQiang 3 年之前
父節點
當前提交
a559de45e3

+ 2 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorInvoiceCategoryMapper.xml

@@ -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>