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