|  | @@ -3,6 +3,7 @@ package com.onemap.apply.service.impl.tdgy;
 | 
											
												
													
														|  |  import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
 |  |  import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
 | 
											
												
													
														|  |  import com.onemap.apply.domain.tdgy.dto.LandIdleConfirmDTO;
 |  |  import com.onemap.apply.domain.tdgy.dto.LandIdleConfirmDTO;
 | 
											
												
													
														|  |  import com.onemap.apply.domain.tdgy.dto.LandIdleDisposalDTO;
 |  |  import com.onemap.apply.domain.tdgy.dto.LandIdleDisposalDTO;
 | 
											
												
													
														|  | 
 |  | +import com.onemap.apply.domain.tdgy.vo.IdleLandListVo;
 | 
											
												
													
														|  |  import com.onemap.apply.domain.tdgy.vo.LandIdleConfirmVo;
 |  |  import com.onemap.apply.domain.tdgy.vo.LandIdleConfirmVo;
 | 
											
												
													
														|  |  import com.onemap.apply.domain.tdgy.vo.LandIdleDisposalVo;
 |  |  import com.onemap.apply.domain.tdgy.vo.LandIdleDisposalVo;
 | 
											
												
													
														|  |  import com.onemap.apply.mapper.tdgy.LandIdleConfirmMapper;
 |  |  import com.onemap.apply.mapper.tdgy.LandIdleConfirmMapper;
 | 
											
										
											
												
													
														|  | @@ -67,16 +68,16 @@ public class TdgyServiceImp implements TdgyService {
 | 
											
												
													
														|  |              // 约定竣工时间
 |  |              // 约定竣工时间
 | 
											
												
													
														|  |              wrapper.set("ydjgsj", updateTdgyVo.getYdjgsj());
 |  |              wrapper.set("ydjgsj", updateTdgyVo.getYdjgsj());
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        if(updateTdgyVo.getSfkg()!=null){
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (updateTdgyVo.getSfkg() != null) {
 | 
											
												
													
														|  |              // 是否开工
 |  |              // 是否开工
 | 
											
												
													
														|  |              wrapper.set("sfkg", updateTdgyVo.getSfkg());
 |  |              wrapper.set("sfkg", updateTdgyVo.getSfkg());
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        if(updateTdgyVo.getSjkgsj()!=null){
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (updateTdgyVo.getSjkgsj() != null) {
 | 
											
												
													
														|  |              // 实际开工时间
 |  |              // 实际开工时间
 | 
											
												
													
														|  |              wrapper.set("sjkgsj", updateTdgyVo.getSjkgsj());
 |  |              wrapper.set("sjkgsj", updateTdgyVo.getSjkgsj());
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        if (updateTdgyVo.getSfjg()!=null) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (updateTdgyVo.getSfjg() != null) {
 | 
											
												
													
														|  |              // 是否竣工
 |  |              // 是否竣工
 | 
											
												
													
														|  |              wrapper.set("sfjg", updateTdgyVo.getSfjg());
 |  |              wrapper.set("sfjg", updateTdgyVo.getSfjg());
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
										
											
												
													
														|  | @@ -178,7 +179,14 @@ public class TdgyServiceImp implements TdgyService {
 | 
											
												
													
														|  |          landIdleDisposalMapper.insert(landIdleDisposalDTO);
 |  |          landIdleDisposalMapper.insert(landIdleDisposalDTO);
 | 
											
												
													
														|  |          return RequestResult.success();
 |  |          return RequestResult.success();
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 获取闲置土地
 |  |       * 获取闲置土地
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  | 
 |  | +    @Override
 | 
											
												
													
														|  | 
 |  | +    public RequestResult idleLandList(IdleLandListVo idleLandListVo) {
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        return null;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |  }
 |  |  }
 |