fix(info-query): 修复Clean Service无法构建
This commit is contained in:
@@ -7,6 +7,7 @@ import com.lanyuanxiaoyao.service.common.SQLConstants.HudiCollectBuild.TbAppHudi
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.jdbc.core.JdbcTemplate;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 清理数据库
|
||||
@@ -14,6 +15,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2024-05-23
|
||||
*/
|
||||
@Service
|
||||
public class CleanService extends BaseService {
|
||||
private static final Logger logger = LoggerFactory.getLogger(CleanService.class);
|
||||
private static final Column before7Days = Column.as("DATE_SUB(CURDATE(), INTERVAL 7 DAY)");
|
||||
|
||||
Reference in New Issue
Block a user