|
|
@ -30,7 +30,7 @@ |
|
|
|
GROUP_CONCAT(svc.vehRebateSid) vehRebateSid, |
|
|
|
SUM(svc.uploadMoney) uploadMoney, |
|
|
|
SUM(svc.stayDetermineMoney) stayDetermineMoney, |
|
|
|
SUM(svc.adjustmentMoney) adjustmentMoney, |
|
|
|
SUM(CAST(svc.adjustmentMoney AS DECIMAL(10, 2))) adjustmentMoney, |
|
|
|
SUM(svc.expectTreatCost + svc.expectSuppCost) withholdCost, |
|
|
|
SUM(svc.onceTreatCost + svc.onceSuppCost + svc.secondTreatCost + svc.secondSuppCost) money, |
|
|
|
SUM(svc.onceTreatCost + svc.onceSuppCost + svc.secondTreatCost + svc.secondSuppCost) - |
|
|
|