27 changed files with 781 additions and 56 deletions
@ -1,9 +0,0 @@ |
|||||
package com.epmet.service.evaluationindex.indexcoll; |
|
||||
|
|
||||
/** |
|
||||
* @Description 事件/项目大屏数据采集service |
|
||||
* @author wangc |
|
||||
* @date 2021.01.27 17:19 |
|
||||
*/ |
|
||||
public interface ScreenProjectDataCollService { |
|
||||
} |
|
@ -1,41 +0,0 @@ |
|||||
package com.epmet.service.evaluationindex.indexcoll.impl; |
|
||||
|
|
||||
import com.epmet.commons.dynamic.datasource.annotation.DataSource; |
|
||||
import com.epmet.constant.DataSourceConstant; |
|
||||
import com.epmet.dao.evaluationindex.indexcoll.*; |
|
||||
import com.epmet.service.evaluationindex.indexcoll.ScreenProjectDataCollService; |
|
||||
import lombok.extern.slf4j.Slf4j; |
|
||||
import org.springframework.beans.factory.annotation.Autowired; |
|
||||
import org.springframework.stereotype.Service; |
|
||||
|
|
||||
/** |
|
||||
* @Description |
|
||||
* @ClassName ScreenProjectDataCollServiceImpl |
|
||||
* @Auth wangc |
|
||||
* @Date 2021-01-27 17:20 |
|
||||
*/ |
|
||||
@Slf4j |
|
||||
@Service |
|
||||
@DataSource(DataSourceConstant.EVALUATION_INDEX) |
|
||||
public class ScreenProjectDataCollServiceImpl implements ScreenProjectDataCollService { |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectCategoryGridDailyDao categoryGridDailyDao; |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectCategoryOrgDailyDao categoryOrgDailyDao; |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectGridDailyDao gridDailyDao; |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectOrgDailyDao orgDailyDao; |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectQuantityGridMonthlyDao quantityGridMonthlyDao; |
|
||||
|
|
||||
@Autowired |
|
||||
private ScreenProjectQuantityOrgMonthlyDao quantityOrgMonthlyDao; |
|
||||
|
|
||||
|
|
||||
} |
|
Loading…
Reference in new issue