|
|
@ -7,7 +7,6 @@ import com.epmet.dataaggre.constant.DataSourceConstant; |
|
|
|
import com.epmet.dataaggre.dao.epmetuser.StaffPatrolRecordDao; |
|
|
|
import com.epmet.dataaggre.dao.epmetuser.StaffRoleDao; |
|
|
|
import com.epmet.dataaggre.dao.epmetuser.UserBaseInfoDao; |
|
|
|
import com.epmet.dataaggre.dto.datastats.result.SubAgencyUserResultDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmetuser.StaffPatrolDetailDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmetuser.StaffPatrolRecordDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmetuser.form.PatrolDateListFormDTO; |
|
|
@ -21,9 +20,7 @@ import com.epmet.dataaggre.service.epmetuser.StaffPatrolDetailService; |
|
|
|
import com.epmet.dataaggre.service.epmetuser.StaffPatrolRecordService; |
|
|
|
import com.epmet.dataaggre.service.govorg.GovOrgService; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import oracle.sql.NUMBER; |
|
|
|
import org.apache.commons.collections4.CollectionUtils; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
@ -78,6 +75,7 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
|
/** |
|
|
|
* @Param formDTO |
|
|
|
* @Description 001、各人员巡查记录列表查询 |
|
|
|
* @remark 因为是yi以人为单位的数据 所以要内存分页 |
|
|
|
* @author sun |
|
|
|
*/ |
|
|
|
@Override |
|
|
|