|
@@ -424,6 +424,10 @@ public interface OmsFeign {
|
|
|
@PostMapping("api/v1/oms/omstruckorderseparates/getCapacityAllOrder")
|
|
|
Map<String, Object> getCapacityAllOrder(@RequestParam String capacityNumber,@RequestParam String date);
|
|
|
|
|
|
+ @ApiOperation(value = "该车牌号下的所有物资的综合")
|
|
|
+ @PostMapping("api/v1/oms/omstruckorderseparates/getMatrialWeight")
|
|
|
+ Map<String, Object> getMatrialWeight(@RequestParam String capacityNumber,@RequestParam String date);
|
|
|
+
|
|
|
@ApiOperation(value = "根据运单id关闭运输订单")
|
|
|
@PostMapping("api/v1/oms/omstruckorderseparates/closeOrder")
|
|
|
Map<String, Object> closeOrder(@RequestParam Integer orderId);
|