|
@@ -772,4 +772,10 @@ public class TMSController extends BaseRESTfulController {
|
|
|
RESTfulResult syncProductionResult(@RequestBody Map<String,Object> map) {
|
|
RESTfulResult syncProductionResult(@RequestBody Map<String,Object> map) {
|
|
|
return tmsFeign.syncProductionResult(map);
|
|
return tmsFeign.syncProductionResult(map);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @ApiOperation("获取司机日工作量")
|
|
|
|
|
+ @PostMapping("/getDriverDayJobForApp")
|
|
|
|
|
+ RESTfulResult getDriverDayJobForApp(@RequestBody Map<String,Object> map,Integer apiId) {
|
|
|
|
|
+ return tmsFeign.getDriverDayJobForApp(map,apiId);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|