|
|
|
@ -22,10 +22,10 @@ import com.epmet.feign.EpmetUserFeignClient; |
|
|
|
import com.epmet.feign.GovOrgFeignClient; |
|
|
|
import com.epmet.feign.OperCustomizeFeignClient; |
|
|
|
import com.epmet.service.StrangerAccessRecordService; |
|
|
|
import com.epmet.utils.ModuleConstant; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import com.epmet.utils.ModuleConstant; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
@ -53,6 +53,7 @@ public class StrangerAccessRecordServiceImpl extends BaseServiceImpl<StrangerAcc |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询陌生人访问记录 |
|
|
|
* |
|
|
|
* @param params |
|
|
|
* @return PageData<StrangerAccessRecordDTO> |
|
|
|
* @author yangshaoping |
|
|
|
|