|
@@ -838,4 +838,11 @@ public class UniversalController extends BaseRESTfulController {
|
|
|
public List<Map<String, Object>> getSteelWarehouse(){
|
|
|
return universalMapper.getSteelWarehouse();
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ @ApiOperation(value = "查询运力联系方式")
|
|
|
+ @GetMapping("/getCapacityTel")
|
|
|
+ public Map<String,Object>getCapacityTel(BigDecimal capacityId){
|
|
|
+ return universalMapper.getCapacityTel(capacityId);
|
|
|
+ }
|
|
|
}
|