Pārlūkot izejas kodu

会计、评估OMS开票功能调整

huangguoce 1 mēnesi atpakaļ
vecāks
revīzija
3054895c24

+ 1 - 1
jeeplus-modules/jeeplus-assess/src/main/java/com/jeeplus/assess/invoice/mapper/xml/FinanceInvoiceMapper.xml

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

+ 1 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/invoice/mapper/xml/CwFinanceInvoiceMapper.xml

@@ -846,7 +846,7 @@
     </update>
 
     <select id="getBillingContentDetail" resultType="com.jeeplus.finance.invoice.domain.WorkInvoiceTaxClassificationCode">
-        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>