mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
update 调整方法
This commit is contained in:
parent
d93d3beb48
commit
b163ad0d82
@ -90,7 +90,7 @@ public class ActModelController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@Log(title = "模型管理", businessType = BusinessType.UPDATE)
|
@Log(title = "模型管理", businessType = BusinessType.UPDATE)
|
||||||
@RepeatSubmit()
|
@RepeatSubmit()
|
||||||
@PostMapping(value = "/editModelXml")
|
@PutMapping(value = "/editModelXml")
|
||||||
public R<Void> editModel(@Validated(EditGroup.class) @RequestBody ModelBo modelBo) {
|
public R<Void> editModel(@Validated(EditGroup.class) @RequestBody ModelBo modelBo) {
|
||||||
return toAjax(actModelService.editModelXml(modelBo));
|
return toAjax(actModelService.editModelXml(modelBo));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user