@@ -470,7 +470,7 @@
</update>
<select id="getBillingContentDetail" resultType="com.jeeplus.assess.invoice.domain.FinanceInvoiceTaxClassificationCode">
- select * from finance_invoice_tax_classification_code where del_flag = 0 and billing_content_id = #{billingType}
+ select * from finance_invoice_tax_classification_code where del_flag = 0 and billing_content_id = #{billingContent}
</select>
@@ -846,7 +846,7 @@
<select id="getBillingContentDetail" resultType="com.jeeplus.finance.invoice.domain.WorkInvoiceTaxClassificationCode">