瀏覽代碼

付款列表服务内容显示

LiFei 3 年之前
父節點
當前提交
d0b9de02d8

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwpayment/mapper/xml/HlwPaymentMapper.xml

@@ -396,6 +396,7 @@
 		hr.requirement_time AS "requirementTime",
 		hr.requirement_code as "requirementCode",
 		hi.invoice_category_name as "invoiceCategoryName",
+		hi.tax_category_name as "taxCategoryName",
 		(select count(b.id) from hlw_payment_detail b where b.payment_id=a.id) as "paymentNumber",
 		com.company_code AS "companyCode",
 		hsc.check_file AS "checkFile",