Преглед изворни кода

私有应收 应收手续费的金额不对,是整辆车的总金额;结算报表的未开票,手续费界面的只显示手续费的未开票金额

lipf пре 2 месеци
родитељ
комит
dc525e2f39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tenant/organization/src/main/resources/mapper/ReceivableMapper.xml

+ 1 - 1
tenant/organization/src/main/resources/mapper/ReceivableMapper.xml

@@ -1922,7 +1922,7 @@
         eic.parent_id,
         ipi.company_id,
         ipi.system_code,
-        sum(COALESCE(ipi.jq_supervise_costs_premiums, 0)+ COALESCE(ipi.sy_supervise_costs_premiums,0)+coalesce(ipi.jy_supervise_costs_premiums,0 )+COALESCE(ipi.jq_other_costs_premiums, 0)+ COALESCE(ipi.sy_other_costs_premiums,0)+coalesce(ipi.jy_other_costs_premiums,0 )) as totalReceivable ,
+        sum(COALESCE(ipi.jq_receivable_premium, 0)+ COALESCE(ipi.sy_receivable_premium ,0)+coalesce(ipi.jy_receivable_premium ,0 )) as totalReceivable,
         sum(COALESCE(ipi.jq_other_costs_premiums, 0)+ COALESCE(ipi.sy_other_costs_premiums,0)+coalesce(ipi.jy_other_costs_premiums,0 )) as superviseFee4Other ,
         sum(COALESCE(ipi.jq_supervise_costs_premiums, 0)+ COALESCE(ipi.sy_supervise_costs_premiums,0)+coalesce(ipi.jy_supervise_costs_premiums,0 )) as superviseFee
         from