|
|
|
@ -39,7 +39,7 @@ public class HandleTransInit implements ApplicationRunner {
|
|
|
|
TaskService taskService;
|
|
|
|
TaskService taskService;
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|
IOcrIdentifyService ocrIdentifyService;
|
|
|
|
IOcrIdentifyService ocrIdentifyService;
|
|
|
|
@Value("${enableHandleTask}")
|
|
|
|
@Value("${system.project.enableHandleTask}")
|
|
|
|
private boolean enableHandleTask;
|
|
|
|
private boolean enableHandleTask;
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
|
|
|
|
|
|
|
|