pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrGroupClientMapper.java
@@ -6,6 +6,7 @@ import org.apache.ibatis.annotations.Mapper; import java.util.List; import java.util.Map; /** * @author ZhuBaoMin @@ -27,13 +28,6 @@ int updateByPrimaryKeySelective(IrGroupClient record); int updateByPrimaryKey(IrGroupClient record); /** * 根据农户编号获取轮灌组列表 * @param clientId * @return */ List<VoGroupSimple> getGroupsByClientId(Long clientId); }