| | |
| | | import com.aps.core.mapper.ApsGasPipingPlanMapper; |
| | | import com.aps.core.domain.ApsGasPipingPlan; |
| | | import com.aps.core.service.IApsGasPipingPlanService; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | /** |
| | | * 气体管路计划管理Service业务层处理 |
| | |
| | | return apsGasPipingPlanMapper.deleteApsGasPipingPlanById(id); |
| | | } |
| | | |
| | | @Transactional |
| | | @Override |
| | | public int confirmGasPiping(ApsGasPipingPlanTemp apsGasPipingPlanTemp) { |
| | | //删除所有计划 |
| | | apsGasPipingPlanMapper.removeAllPlans(); |
| | | //查询临时表数据 |
| | | List<ApsGasPipingPlanTemp> apsGasPipingPlanTemps=apsGasPipingPlanTempMapper.selectApsGasPipingPlanTempList(apsGasPipingPlanTemp); |
| | | int count=0; |