|
@@ -547,7 +547,11 @@ public interface TmsTruckFeign {
|
|
@RequestParam Integer pageNum,
|
|
@RequestParam Integer pageNum,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam String startTime,
|
|
@RequestParam String startTime,
|
|
- @RequestParam String endTime);
|
|
|
|
|
|
+ @RequestParam String endTime,
|
|
|
|
+ @RequestParam BigDecimal orderType,
|
|
|
|
+ @RequestParam String index,
|
|
|
|
+ @RequestParam String isPage,
|
|
|
|
+ @RequestParam String orgCode);
|
|
|
|
|
|
|
|
|
|
@PostMapping("api/v1/truckTms/statisticalReport/getCapacityByDefend")
|
|
@PostMapping("api/v1/truckTms/statisticalReport/getCapacityByDefend")
|