Commit 855dd6bd authored by 喻训浩's avatar 喻训浩

fix: 测试数据

parent 8cdd467a
...@@ -80,7 +80,7 @@ public class AreaController { ...@@ -80,7 +80,7 @@ public class AreaController {
} }
@ApiOperation(value = "根据工单号及订单号定位车体当前位置", response = PaintshopArea.class, responseContainer = "List") @ApiOperation(value = "根据工单号及订单号定位车体当前位置", response = PaintshopArea.class, responseContainer = "List")
@GetMapping("/currentPosition/orderNo/busNo") @GetMapping("/currentPosition/orderNo/workOrderNo")
private Return getPositionByOrderAndNo(@RequestParam(value = "orderNo",required = false) String orderNo, @RequestParam(value = "workOrderNo",required = false) String workOrderNo) { private Return getPositionByOrderAndNo(@RequestParam(value = "orderNo",required = false) String orderNo, @RequestParam(value = "workOrderNo",required = false) String workOrderNo) {
List<Map<String,PaintshopStation>> s = new ArrayList<>(); List<Map<String,PaintshopStation>> s = new ArrayList<>();
Map<String, PaintshopStation> stationMap = new HashMap<>(); Map<String, PaintshopStation> stationMap = new HashMap<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment