결함 #217
제1주차장의 요금정보를 조회하였으나 제2주차장의 데이터가 검색됨
70%
설명
발생 버전: war 10-28
이슈 상세:
Postman 을 이용하여 아래의 요금 정보를 검색함
카메라: "name": "P2-カメラ",
정산기: "name": "事前無人精算機2",
주차장: "name": "第2駐車場",
검색된 결과에는 제2주차장의 정보가 검색됨
{
"status": {
"code": "032200",
"message": "결제 조회 성공",
"description": "결제 조회를 성공하였습니다."
},
"data": {
"payment": {
"id": 147087,
"car": {
"tkNo": "0081-0002-0001-0002-0038-0002-0001-201029145000",
"parkingType": 0,
"carType": 1,
"inDate": 1603950600,
"inImage1": "http://192.168.1.40:65080/gImage/2019/03/23/01L01F0000007/20190323105554_No_Detection.jpg",
"inCarNo1": "No_Detection",
"inImage2": "http://192.168.1.40:65080/gImage/2019/03/23/01L01F0000007/20190323105554_No_Detection.jpg",
"outDate": 1603953460,
"outChk": 0,
"outCarNo1": "No_Detection",
"spaceNo": "0001",
"inUnit": {
"id": 1,
"area": {
"id": 1,
"name": "Entry 2",
"type": "I",
"useBar": "N",
"hasPayMachine": false,
"createdDate": 1565908469,
"updatedDate": 1590656521,
"status": "U",
"code": "0001",
"uuid": "0dd5dc3a-825f-4682-8c7a-d22dbafa4bbd"
},
"code": "0002",
"name": "P2-カメラ",
"ip": "192.168.2.11",
"port": 4098,
"fullCode": "0081-0002-0001-0002-0038-0002",
"createdDate": 1565908631,
"updatedDate": 1601011731,
"status": "U",
"content": "{\"term\":0,\"useCount\":\"Y\",\"primary\":\"Y\"}",
"unitGroup": {
"id": 11,
"type": "0038",
"japanese": "駐車室カメラ",
"uuid": "c4091d25-899b-4172-a216-a593bdf40ae8"
},
"uuid": "182cdd64-193c-49b6-a28b-b4bbeeea767b"
},
"outUnit": {
"id": 6,
"area": {
"id": 3,
"name": "決済 2",
"type": "P",
"useBar": "N",
"hasPayMachine": false,
"createdDate": 1573797394,
"updatedDate": 1590573235,
"status": "U",
"code": "0001",
"uuid": "344d06d4-d210-48ba-8bb6-8c3d85803eb3"
},
"code": "0001",
"name": "事前無人精算機2",
"ip": "192.168.1.63",
"port": 36550,
"fullCode": "0081-0002-0001-0002-0012-0001",
"createdDate": 1565908741,
"updatedDate": 1601362349,
"status": "U",
"content": "{\"term\":0,\"useCount\":\"Y\",\"primary\":\"N\"}",
"unitGroup": {
"id": 6,
"type": "0012",
"japanese": "事前無人精算機",
"uuid": "b3a16c8d-29fe-44f1-8b9d-505079f27b9e"
},
"uuid": "41b7a23e-1a13-4ca5-9c0c-c1756c695fc4"
},
"parkingZone": {
"id": 1,
"name": "第2駐車場",
"fullCode": "0081-0002-0001-0002",
"zoneType": "S",
"uuid": "c62b91c9-8135-430a-a735-d6933c9c1516"
}
},
"discount": [],
"paymentDetail": [],
"parkingMin": 0,
"lastParkingMin": 0,
"parkingDay": 0,
"totFee": 0.0,
"vat": 0.0,
"totDc": 0.0,
"realFee": 0.0,
"extraFee": 0.0,
"payAmt": 0.0,
"recvAmt": 0.0,
"retAmt": 0.0,
"vatAmt": 0.0,
"notRetAmt": 0.0,
"dcCnt": 0,
"payCnt": 0,
"unpaid": 0.0,
"exemptionAmt": 0.0,
"change": 0.0,
"surchargeCnt": 0.0,
"surcharge": 0.0,
"surchargeVat": 0.0,
"type": "N"
}
}
}