| | |
| | | import com.ruoyi.alarmpoints.well.service.IArdAlarmpointsWellService; |
| | | import com.ruoyi.common.annotation.DataScope; |
| | | import com.ruoyi.common.core.domain.entity.SysConfig; |
| | | import com.ruoyi.common.core.domain.entity.SysDept; |
| | | import com.ruoyi.common.core.domain.entity.SysUser; |
| | | import com.ruoyi.common.exception.ServiceException; |
| | | import com.ruoyi.common.utils.DateUtils; |
| | |
| | | import com.ruoyi.common.utils.bean.BeanValidators; |
| | | import com.ruoyi.common.utils.spring.SpringUtils; |
| | | import com.ruoyi.common.utils.uuid.IdUtils; |
| | | import com.ruoyi.system.mapper.SysDeptMapper; |
| | | import com.ruoyi.utils.data.Query; |
| | | import com.ruoyi.utils.gis.GisUtil; |
| | | import lombok.ToString; |
| | |
| | | private ArdAlarmpointsWellMapper ardAlarmpointsWellMapper; |
| | | @Autowired |
| | | protected Validator validator; |
| | | |
| | | @Resource |
| | | protected SysDeptMapper sysDeptMapper; |
| | | |
| | | /** |
| | | * 查询井管理 |
| | |
| | | } |
| | | if(ardAlarmpointsWell.getDeptId() != null){ |
| | | result.put("deptId",ardAlarmpointsWell.getDeptId()); |
| | | SysDept sysDept = sysDeptMapper.selectDeptById(ardAlarmpointsWell.getDeptId());//查询兴趣点所在部门 |
| | | if(sysDept != null){ |
| | | result.put("deptName",sysDept.getDeptName()); |
| | | }else{ |
| | | result.put("deptName",""); |
| | | } |
| | | }else{ |
| | | result.put("deptId",""); |
| | | result.put("deptName",""); |
| | | } |
| | | if(ardAlarmpointsWell.getCreateBy() != null){ |
| | | result.put("createBy",ardAlarmpointsWell.getCreateBy()); |