|
|
@@ -1881,7 +1881,7 @@
|
|
|
<select id="getReceiverSettlementReport" resultType="com.jzg.commons.entity.finance.dto.ReceiverSettlementReportDto">
|
|
|
SELECT
|
|
|
ipi.contact_person AS receiver,
|
|
|
- ipi.company_id,
|
|
|
+ -- ipi.company_id,
|
|
|
SUM(COALESCE(ipi.jq_supervise_costs_premiums,0) +COALESCE(ipi.sy_supervise_costs_premiums,0) +COALESCE(ipi.jy_supervise_costs_premiums,0) ) AS superviseFee,
|
|
|
SUM(COALESCE(ipi.jq_other_costs_premiums,0) + COALESCE(ipi.sy_other_costs_premiums,0) +COALESCE(ipi.jy_other_costs_premiums,0) ) AS followFee,
|
|
|
SUM(
|
|
|
@@ -1923,8 +1923,8 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
GROUP BY
|
|
|
- ipi.contact_person,
|
|
|
- ipi.company_id
|
|
|
+ ipi.contact_person
|
|
|
+ -- ,ipi.company_id
|
|
|
</select>
|
|
|
<!-- 根据发票序号查询结算明细 lipf 2026年5月15日10:58:36 -->
|
|
|
<select id="queryInvoiceSettlementByInvoiceId"
|