|
@@ -221,11 +221,11 @@ public class DiagramController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 系统图转台变更
|
|
|
+ * 系统图状态变更
|
|
|
*
|
|
|
- * @return 模板列表
|
|
|
+ * @return 是否成功
|
|
|
*/
|
|
|
- @ApiOperation("获取所有的系统模板")
|
|
|
+ @ApiOperation("系统图状态变更")
|
|
|
@PostMapping("/update/state")
|
|
|
public CommonResult<Boolean> updateState(@RequestBody Map<String,String> params) {
|
|
|
return ResultHelper.single(dataStrategy.updateState(params.get("state"),params.get("id")));
|