Commit 03680ab6 authored by pengxin's avatar pengxin

更改提交方式。

parent 9d1de662
......@@ -97,7 +97,7 @@ public class DatasetCleanController {
* @return 应答结果对象,包含新增对象主键Id。
*/
@OperationLog(type = SysOperationLogType.RESTART_CLEAN)
@PostMapping("/restartClean")
@GetMapping("/restartClean")
public ResponseResult<Void> restartClean(@RequestParam Long cleanId) {
if (MyCommonUtil.existBlankArgument(cleanId)) {
return ResponseResult.error(ErrorCodeEnum.ARGUMENT_NULL_EXIST);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment