|
@@ -19,10 +19,12 @@ import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
import com.xxl.job.core.log.XxlJobLogger;
|
|
import com.xxl.job.core.log.XxlJobLogger;
|
|
import org.jeecg.common.util.DateUtils;
|
|
import org.jeecg.common.util.DateUtils;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
+@Service
|
|
public class KuaishouBidWarningServiceImpl implements IKuaishouBidWarningService {
|
|
public class KuaishouBidWarningServiceImpl implements IKuaishouBidWarningService {
|
|
@Autowired
|
|
@Autowired
|
|
private IProjectService projectService;
|
|
private IProjectService projectService;
|