发票打印修改;

This commit is contained in:
王奎兴
2026-01-14 22:28:27 +08:00
parent 8d89f5ec27
commit 536079a024
7 changed files with 52 additions and 11 deletions
@@ -131,6 +131,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectBusinessDocumentPo1"/>
</select>
<select id="getFeeList" parameterType="java.lang.String" resultType="java.util.Map">
SELECT
SUBJECT_NAME,AMOUNT,RATE
FROM
RECONCILIATION_ACCOUNT
WHERE
RECONCILIATION_ID = #{invoiceId}
</select>
<select id="queryInvoiceList" resultType="com.linke.finance.domain.businessDocument.repository.po.BusinessDocumentPO" parameterType="com.linke.finance.domain.businessDocument.repository.todo.BusinessDocumentDO">
<include refid="selectBusinessDocumentPo"/>
where del_flag = 1
@@ -288,4 +297,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
</sql>
</mapper>
</mapper>