|
@@ -479,6 +479,17 @@ public interface TmsTruckFeign {
|
|
|
@RequestParam String startTime,
|
|
|
@RequestParam String endTime);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ @PostMapping("api/v1/truckTms/statisticalReport/getLoaderForResultDetail")
|
|
|
+ Map<String, Object> getLoaderForResultDetail(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
+ @RequestParam("apiId") Integer apiId,
|
|
|
+ @RequestParam("pageNum") Integer pageNum,
|
|
|
+ @RequestParam("pageSize") Integer pageSize,
|
|
|
+ @RequestParam("startTime") String startTime,
|
|
|
+ @RequestParam("endTime") String endTime,
|
|
|
+ @RequestParam("con") String con);
|
|
|
+
|
|
|
@PostMapping("api/v1/truckTms/statisticalReport/getUnLoading")
|
|
|
Map<String, Object> getUnLoading(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
@RequestParam Integer apiId,
|