根据合同id查询该合同已支付金额(业务要求返回List)
curl --location --request GET 'http://localhost:8027/fim/payment/getStatisticsByContract?id' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"userId": 0,
"procInstNum": "string",
"deptId": 0,
"type": "string",
"name": "string",
"jobNumber": "string",
"deptName": "string",
"projectName": "string",
"projectId": 0,
"cooperativeContractId": 0,
"cooperativeContractName": "string",
"completedFlag": "string",
"revenueContractId": 0,
"revenueContractName": "string",
"applyMoney": 0,
"applyPayMoney": 0,
"payeeName": "string",
"payType": "string",
"applyDate": "2019-08-24",
"procInstId": "string",
"procDefName": "string",
"procInstStatus": "string",
"subjectId": 0,
"firstSubjectId": 0,
"secondSubjectId": 0,
"accountId": 0,
"accountName": "string",
"creditDate": "2019-08-24T14:15:22Z",
"approvedAmount": 0,
"ids": [
"string"
],
"idList": [
0
],
"refundInvoiceNumber": "string",
"marketCooperationPayment": "string",
"bankAccount": "string",
"bankName": "string",
"branchBankName": "string",
"distributionMethod": "string",
"paymentCategory": "string",
"paymentMethod": "string",
"applyReason": "string",
"remark": "string",
"files": "string",
"initiator": 0,
"payDay": "2019-08-24",
"customerId": 0,
"relatedProcessId": "string",
"costSharingMethod": "string",
"costSharingDeptId": 0,
"costSharingDate": "2019-08-24T14:15:22Z",
"submitByFuelCardRecharge": "string",
"submitByPlaneTicket": "string",
"voList": [
{
"id": 0,
"applyUserId": 0,
"applyUserName": "string",
"deptId": 0,
"rechargeMoney": 0,
"cardNum": "string",
"cardId": 0,
"siteName": "string",
"year": 0,
"month": 0,
"yearMonth": "string",
"proportion": 0,
"settlementMoney": 0,
"headUserId": 0,
"headUserName": "string",
"file": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"paymentProcInstId": "string",
"paymentProcInstStatus": "string",
"paymentProcInstNum": "string",
"createUser": "string",
"updateUser": "string"
}
],
"orderFeeDetailList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"orderFeeDetailId": 0,
"orderFeeId": 0,
"fillDate": "2019-08-24T14:15:22Z",
"mealCategory": "string",
"mealAttributeCategory": "string",
"reimbursementCategory": "string",
"invoiceSituation": "string",
"money": 0,
"remark": "string",
"files": "string",
"relatedProcessId": "string",
"procInstStatusList": [
"string"
],
"relatedProcessTitle": "string"
}
],
"projectIdLabel": "string",
"applyType": "string",
"num": "string",
"invoicedMoney": 0,
"paymentInvoicedMoney": 0,
"approvalMoney": "string"
}
]
}