配置文件

This commit is contained in:
王奎兴
2026-01-15 07:54:26 +08:00
parent 4bde2aee3d
commit 0b584352cb
@@ -135,9 +135,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
SUBJECT_NAME,AMOUNT,RATE
FROM
RECONCILIATION_ACCOUNT
RECONCILIATION r left join RECONCILIATION_ACCOUNT acc on acc.RECONCILIATION_ID = r.RECONCILIATION_ID left join NGWL_TEST_WLHY.TMS_INVOICE_LIST tms on r.APPLY_NUMBER = tms.APPLY_NUMBER
WHERE
RECONCILIATION_ID = #{invoiceId}
tms.ID = #{invoiceId}
</select>
<select id="queryInvoiceList" resultType="com.linke.finance.domain.businessDocument.repository.po.BusinessDocumentPO" parameterType="com.linke.finance.domain.businessDocument.repository.todo.BusinessDocumentDO">