|  | @@ -4,9 +4,11 @@ import com.ym.mec.biz.dal.dao.ReplacementInstrumentActivityDao;
 | 
											
												
													
														|  |  import com.ym.mec.biz.dal.dao.ReplacementInstrumentCooperationDao;
 |  |  import com.ym.mec.biz.dal.dao.ReplacementInstrumentCooperationDao;
 | 
											
												
													
														|  |  import com.ym.mec.biz.dal.entity.ReplacementInstrumentCooperation;
 |  |  import com.ym.mec.biz.dal.entity.ReplacementInstrumentCooperation;
 | 
											
												
													
														|  |  import com.ym.mec.biz.dal.enums.YesOrNoEnum;
 |  |  import com.ym.mec.biz.dal.enums.YesOrNoEnum;
 | 
											
												
													
														|  | 
 |  | +import com.ym.mec.biz.dal.page.ReplacementInstrumentCooperationQueryInfo;
 | 
											
												
													
														|  |  import com.ym.mec.biz.service.ReplacementInstrumentCooperationService;
 |  |  import com.ym.mec.biz.service.ReplacementInstrumentCooperationService;
 | 
											
												
													
														|  |  import com.ym.mec.common.dal.BaseDAO;
 |  |  import com.ym.mec.common.dal.BaseDAO;
 | 
											
												
													
														|  |  import com.ym.mec.common.exception.BizException;
 |  |  import com.ym.mec.common.exception.BizException;
 | 
											
												
													
														|  | 
 |  | +import com.ym.mec.common.page.PageInfo;
 | 
											
												
													
														|  |  import com.ym.mec.common.service.impl.BaseServiceImpl;
 |  |  import com.ym.mec.common.service.impl.BaseServiceImpl;
 | 
											
												
													
														|  |  import org.springframework.beans.factory.annotation.Autowired;
 |  |  import org.springframework.beans.factory.annotation.Autowired;
 | 
											
												
													
														|  |  import org.springframework.stereotype.Service;
 |  |  import org.springframework.stereotype.Service;
 | 
											
										
											
												
													
														|  | @@ -49,4 +51,13 @@ public class ReplacementInstrumentCooperationServiceImpl extends BaseServiceImpl
 | 
											
												
													
														|  |      public ReplacementInstrumentCooperation getByCooperationId(Integer cooperationId) {
 |  |      public ReplacementInstrumentCooperation getByCooperationId(Integer cooperationId) {
 | 
											
												
													
														|  |          return replacementInstrumentCooperationDao.getByCooperationId(cooperationId);
 |  |          return replacementInstrumentCooperationDao.getByCooperationId(cooperationId);
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    @Override
 | 
											
												
													
														|  | 
 |  | +    public PageInfo<ReplacementInstrumentCooperation> getPageList(ReplacementInstrumentCooperationQueryInfo queryInfo) {
 | 
											
												
													
														|  | 
 |  | +        PageInfo<ReplacementInstrumentCooperation> pageInfo = queryPage(queryInfo);
 | 
											
												
													
														|  | 
 |  | +        if (pageInfo.getRows().size() > 0) {
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        return pageInfo;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |  }
 |  |  }
 |