数据如下
[
{
"deliverdQuantity": 0,
"quantity": 1,
"undeliverdAmount": 323,
"measureUnit": "9ab65d64-274f-4b5c-9b07-df1cf3c80524",
"parentId": "202112271621044861633",
"productName": "袋装水泥32.5",
"skuName": "P.C32.5免税",
"productCode": "Pro001",
"price": 323,
"id": "202112271621044903467",
"skuCode": "P.C32.5免税",
"refundAmount": 323,
"refundMoney": 323
},
{
"deliverdQuantity": 0,
"quantity": 1,
"undeliverdAmount": 455,
"measureUnit": "9ab65d64-274f-4b5c-9b07-df1cf3c80524",
"parentId": "202112271621044861633",
"productName": "袋装水泥32.5",
"skuName": "P.C32.5缓凝",
"productCode": "Pro001",
"price": 455,
"id": "202112271621044964859",
"skuCode": "P.C32.5缓凝",
"refundAmount": 455,
"refundMoney": 455
},
{
"deliverdQuantity": 0,
"quantity": 1,
"undeliverdAmount": 212,
"measureUnit": "9ab65d64-274f-4b5c-9b07-df1cf3c80524",
"parentId": "202112271621044861633",
"productName": "袋装水泥32.5",
"skuName": "P.Ⅱ32.5缓凝",
"productCode": "Pro001",
"price": 212,
"id": "202112271621044985626",
"skuCode": "P.Ⅱ32.5缓凝",
"refundAmount": 212,
"refundMoney": 212
},
{
"deliverdQuantity": 0,
"quantity": 5,
"undeliverdAmount": 1610,
"measureUnit": "9ab65d64-274f-4b5c-9b07-df1cf3c80524",
"parentId": "202112271621044861633",
"productName": "袋装水泥32.5",
"skuName": "P.Ⅰ32.5缓凝",
"productCode": "Pro001",
"price": 322,
"id": "202112271621044998236",
"skuCode": "P.Ⅰ32.5缓凝",
"refundAmount": 1610,
"refundMoney": 1610
},
{
"deliverdQuantity": 0,
"quantity": 4,
"undeliverdAmount": 1816,
"measureUnit": "9ab65d64-274f-4b5c-9b07-df1cf3c80524",
"parentId": "202112271621044861633",
"productName": "袋装水泥32.5",
"skuName": "P.Ⅰ32.5R缓凝",
"productCode": "Pro001",
"price": 454,
"id": "202112271621045019441",
"skuCode": "P.Ⅰ32.5R缓凝",
"refundAmount": 1816,
"refundMoney": 1816
}
]
求数组中每一项refundMoney相加的总和,感谢各位