|
@@ -3,7 +3,6 @@ package com.xy.job;
|
|
|
import cn.easyes.core.conditions.LambdaEsQueryWrapper;
|
|
|
import com.xxl.job.core.biz.model.ReturnT;
|
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
-import com.xy.annotate.RestMappingController;
|
|
|
import com.xy.entity.LogOperate;
|
|
|
import com.xy.entity.SysDictRedis;
|
|
|
import com.xy.mapper.LogOperateMapper;
|
|
@@ -21,7 +20,6 @@ import org.springframework.stereotype.Component;
|
|
|
@Slf4j
|
|
|
@Component
|
|
|
@AllArgsConstructor
|
|
|
-@RestMappingController("test")
|
|
|
public class LogOperateJob {
|
|
|
|
|
|
private LogOperateMapper logOperateMapper;
|