fix: 重复指令问题
This commit is contained in:
@@ -51,6 +51,7 @@ public class InstructionController {
|
||||
|
||||
@GetMapping("/reload")
|
||||
@Log("数据同步")
|
||||
|
||||
public ResponseEntity<Object> reload() {
|
||||
instructionService.reload();
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
|
||||
Reference in New Issue
Block a user