发票打印修改;
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user