fix: 重复指令问题

This commit is contained in:
2024-07-31 17:19:58 +08:00
parent 9618ba4aeb
commit 94a1ae166f

View File

@@ -52,6 +52,7 @@ public class InstructionController {
@GetMapping("/reload")
@Log("数据同步")
public ResponseEntity<Object> reload() {
instructionService.reload();
return new ResponseEntity<>(HttpStatus.OK);