curl --location --request POST '/dtc-data-calculate-service/NmrDataResultController/queryCompareResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionId": "1005555555000001",
"ownerNetId": "114718",
"specId": "1024600001",
"dateTime": "2025-05-14",
"pageNumber": 1,
"pageSize": 10
}'{"code":0,"message":"成功","exceptionCode":"00000","data":{"records":[{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1024600001","specName":"1024600001","samplingAndControlDataNum":"4","samplingAndControlNonCompliantDataNum":"0","resourceDataNum":"1","networkResourceConsistentDataNum":"0","networkResourceInconsistentDataNum":"5","networkResourceConsistentRate":"0","networkResourceInconsistentRate":"1"}],"total":"1","size":"10","current":"1","pages":"1"},"timestamp":"1747375366940"}