|
|
@@ -129,6 +129,12 @@ public class ReportController {
|
|
|
return reportFeign.selecttype(mapValue, apiId, pageNum, pageSize);
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation(value = "发运单汇总查询")
|
|
|
+ @PostMapping(value = "/selectSum")
|
|
|
+ Map<String, Object> selectSum(@RequestBody(required = false) HashMap<String, Object> mapValue) {
|
|
|
+ return reportFeign.selectSum(mapValue);
|
|
|
+ }
|
|
|
+
|
|
|
@ApiOperation(value = "派车单查询")
|
|
|
@PostMapping(value = "/selecttype1")
|
|
|
Map<String, Object> selecttype1(@RequestBody(required = false) HashMap<String, Object> mapValue,
|