|
|
@@ -999,4 +999,10 @@ public class AMScontroller extends BaseRESTfulController {
|
|
|
public Map<String, Object> dispatch() throws Exception {
|
|
|
return amsFeign.dispatch();
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation("强制修改")
|
|
|
+ @PostMapping("/forcedModification")
|
|
|
+ public Map<String, Object> forcedModification(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
+ return amsFeign.forcedModification(params);
|
|
|
+ }
|
|
|
}
|