|
@@ -147,7 +147,9 @@ public interface TmsTruckFeign {
|
|
@RequestParam("orderType") Integer orderType,
|
|
@RequestParam("orderType") Integer orderType,
|
|
@RequestParam("con") String con,
|
|
@RequestParam("con") String con,
|
|
@RequestParam("userId") String userId,
|
|
@RequestParam("userId") String userId,
|
|
- @RequestParam("userIds") String userIds
|
|
|
|
|
|
+ @RequestParam("userIds") String userIds,
|
|
|
|
+ @RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime
|
|
);
|
|
);
|
|
|
|
|
|
@PostMapping("api/v1/truckTms/tmstruckweightresults/getAllJiPiResult")
|
|
@PostMapping("api/v1/truckTms/tmstruckweightresults/getAllJiPiResult")
|
|
@@ -179,7 +181,9 @@ public interface TmsTruckFeign {
|
|
@RequestParam("orderType") Integer orderType,
|
|
@RequestParam("orderType") Integer orderType,
|
|
@RequestParam("con") String con,
|
|
@RequestParam("con") String con,
|
|
@RequestParam("userId") String userId,
|
|
@RequestParam("userId") String userId,
|
|
- @RequestParam("userIds") String userIds
|
|
|
|
|
|
+ @RequestParam("userIds") String userIds,
|
|
|
|
+ @RequestParam("startTime") String startTime,
|
|
|
|
+ @RequestParam("endTime") String endTime
|
|
);
|
|
);
|
|
|
|
|
|
@PostMapping("api/v1/truckTms/tmstruckunloadresult/addUnloadResult")
|
|
@PostMapping("api/v1/truckTms/tmstruckunloadresult/addUnloadResult")
|