| | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springblade.core.mp.base.BaseServiceImpl; |
| | | import org.springblade.core.mp.support.Condition; |
| | | import org.springblade.core.tool.utils.StringUtil; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springblade.core.tool.utils.ObjectUtil; |
| | |
| | | } |
| | | return super.updateById(entity); |
| | | } |
| | | |
| | | @Override |
| | | public List<AttStBase> selectAttStBaseRadius(AttStBase attStBase) { |
| | | if (StringUtil.isBlank(attStBase.getStationLongitude()) || StringUtil.isBlank(attStBase.getStationLatitude()) || StringUtil.isBlank(attStBase.getRadius())) |
| | | return null; |
| | | return baseMapper.selectAttStBaseRadius(attStBase); |
| | | } |
| | | } |