|
|
@ -5,6 +5,7 @@ import com.epmet.dto.extract.form.StaffPatrolStatsFormDTO; |
|
|
|
import com.epmet.feign.DataStatisticalOpenFeignClient; |
|
|
|
import com.epmet.service.BizDataStatsService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
/** |
|
|
|
* desc:业务库 数据统计服务实现 |
|
|
@ -13,6 +14,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
* @date: 2021/7/2 2:58 下午 |
|
|
|
* @version: 1.0 |
|
|
|
*/ |
|
|
|
@Service |
|
|
|
public class BizDataStatsServiceImpl implements BizDataStatsService { |
|
|
|
@Autowired |
|
|
|
private DataStatisticalOpenFeignClient feignClient; |
|
|
|