|
@@ -1084,6 +1084,12 @@ public class AMScontroller extends BaseRESTfulController {
|
|
|
return amsFeign.updateBindRequirement(params);
|
|
return amsFeign.updateBindRequirement(params);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @ApiOperation("进入物流调度派车证")
|
|
|
|
|
+ @PostMapping("/addDispatchCard")
|
|
|
|
|
+ public Map<String, Object> addDispatchCard(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
|
|
+ return amsFeign.addDispatchCard(params);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@ApiOperation("汽运传火运清洁能源")
|
|
@ApiOperation("汽运传火运清洁能源")
|
|
|
@PostMapping("/qjnyChange")
|
|
@PostMapping("/qjnyChange")
|
|
|
public Map<String, Object> qjnyChange(@RequestBody Map<String, Object> params) throws Exception {
|
|
public Map<String, Object> qjnyChange(@RequestBody Map<String, Object> params) throws Exception {
|