|
@@ -573,4 +573,10 @@ public class OMSController {
|
|
|
public Map<String,Object> apportionInwardOffsetOrder(@RequestBody Map<String,Object> mapvalue) {
|
|
|
return omsFeign.apportionInwardOffsetOrder(mapvalue);
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation(value = "查询司机的所有运输订单信息")
|
|
|
+ @PostMapping("/getAllOrderMessage")
|
|
|
+ public List<Map<String,Object>> getAllOrderMessage(@RequestParam String capacityNumber) {
|
|
|
+ return omsFeign.getAllOrderMessage(capacityNumber);
|
|
|
+ }
|
|
|
}
|