|
@ -17,8 +17,10 @@ |
|
|
|
|
|
|
|
|
package com.epmet.service.evaluationindex.screen.impl; |
|
|
package com.epmet.service.evaluationindex.screen.impl; |
|
|
|
|
|
|
|
|
|
|
|
import com.epmet.commons.dynamic.datasource.annotation.DataSource; |
|
|
import com.epmet.commons.mybatis.service.impl.BaseServiceImpl; |
|
|
import com.epmet.commons.mybatis.service.impl.BaseServiceImpl; |
|
|
import com.epmet.commons.tools.utils.DateUtils; |
|
|
import com.epmet.commons.tools.utils.DateUtils; |
|
|
|
|
|
import com.epmet.constant.DataSourceConstant; |
|
|
import com.epmet.constant.OrgSourceTypeConstant; |
|
|
import com.epmet.constant.OrgSourceTypeConstant; |
|
|
import com.epmet.dao.evaluationindex.screen.ScreenCustomerDeptDao; |
|
|
import com.epmet.dao.evaluationindex.screen.ScreenCustomerDeptDao; |
|
|
import com.epmet.entity.evaluationindex.screen.ScreenCustomerDeptEntity; |
|
|
import com.epmet.entity.evaluationindex.screen.ScreenCustomerDeptEntity; |
|
@ -38,6 +40,7 @@ import java.util.List; |
|
|
* @since v1.0.0 2020-09-22 |
|
|
* @since v1.0.0 2020-09-22 |
|
|
*/ |
|
|
*/ |
|
|
@Service |
|
|
@Service |
|
|
|
|
|
@DataSource(value = DataSourceConstant.EVALUATION_INDEX) |
|
|
public class ScreenCustomerDeptServiceImpl extends BaseServiceImpl<ScreenCustomerDeptDao, ScreenCustomerDeptEntity> implements ScreenCustomerDeptService { |
|
|
public class ScreenCustomerDeptServiceImpl extends BaseServiceImpl<ScreenCustomerDeptDao, ScreenCustomerDeptEntity> implements ScreenCustomerDeptService { |
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|