|
@@ -203,6 +203,6 @@ public class KwtLogisticsOrderController {
|
|
|
@GetMapping("/orderUnits")
|
|
@GetMapping("/orderUnits")
|
|
|
@Operation(summary = "查询物流订单托运/承运企业")
|
|
@Operation(summary = "查询物流订单托运/承运企业")
|
|
|
public BaseResult<List<LogisticsOrderUnitResp>> orderUnits() {
|
|
public BaseResult<List<LogisticsOrderUnitResp>> orderUnits() {
|
|
|
- return BaseResult.success(transportCommonService.queryOrderUnits();
|
|
|
|
|
|
|
+ return BaseResult.success(transportCommonService.queryOrderUnits());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|