1、新增组织抬头信息查询接口;2、组织可开票记录分页列表回调数据修正;

This commit is contained in:
gaoqr
2025-08-28 18:38:50 +08:00
parent 7421d77f7d
commit 659044c9ac
5 changed files with 72 additions and 7 deletions
@@ -16,7 +16,7 @@
</select>
<select id="getInvoicableAmount" resultType="java.math.BigDecimal">
select sum(account_balance_spent) from purchase_record
select sum(total_amount - gift_money_spent) from purchase_record
where organ_id = #{organId} and is_invocing = '${@com.cf.imes.module.system.enums.pay.InvoiceStatusEnum@INVOICABLE.code}'
and id in
<foreach collection="ids" item="id" open="(" close=")" separator=",">