|
@@ -36,12 +36,6 @@ public class TestGroovyScript {
|
|
|
|
|
|
@Autowired
|
|
|
GroovyScriptExecutor groovyScriptExecutor;
|
|
|
- @Autowired
|
|
|
- private IUserAllocationService userAllocationService;
|
|
|
- @Autowired
|
|
|
- private BytedanceAccountReportMapper byteDanceAccountReportMapper;
|
|
|
- @Autowired
|
|
|
- private AccountReportMapper ksAccountReportMapper;
|
|
|
|
|
|
@GetMapping("/test")
|
|
|
public Result testGroovy(){
|