过磅单
parent
1bcfe19068
commit
4fea7a5217
|
|
@ -173,6 +173,11 @@ public class OrderInfoController {
|
|||
return R.success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 过磅单
|
||||
*
|
||||
* @param orderId 订单Id
|
||||
*/
|
||||
@GetMapping("/obtain_weigh_bill")
|
||||
public R<?> obtainWeighBill(@RequestParam("orderId") Long orderId) {
|
||||
ObtainWeighBillResult obtainWeighBill = orderInfoService.obtainWeighBill(orderId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue