| | |
| | | import com.gkhy.safePlatform.emergency.service.EmergencyPlanService; |
| | | import com.gkhy.safePlatform.emergency.service.baseService.*; |
| | | import org.apache.dubbo.config.annotation.DubboReference; |
| | | import org.checkerframework.checker.units.qual.A; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public ResultVO updateAbolish(Long id, Boolean abolishStatus) { |
| | | emergencyPlanInfoService.updateAbolish(id,abolishStatus); |
| | | return new ResultVO(ResultCodes.OK); |
| | | } |
| | | |
| | | private void deleteEmergencyPlan(Long id) { |
| | | //查询是否存在 |
| | | EmergencyPlanInfoDetailDO emergencyPlanInfoDetailDO = emergencyPlanInfoService.selectEmergencyPlanById(id); |