|
@@ -180,46 +180,46 @@ class ExportXls extends CI_Controller
|
180
|
180
|
}
|
181
|
181
|
|
182
|
182
|
guardar_log("Excel", "Consulta Valid notice info");
|
183
|
|
- $result['validNoticeInfo'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_valid_notice_info");
|
|
183
|
+ $result['validNoticeInfo'] = $this->Xlsexport_model->getTablaByFechaLog("in_valid_notice_info");
|
184
|
184
|
|
185
|
185
|
guardar_log("Excel", "Consulta Valid notice info documentos");
|
186
|
|
- $result['validNoticeInfoDocumentos'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_valid_notice_info_documento");
|
|
186
|
+ $result['validNoticeInfoDocumentos'] = $this->Xlsexport_model->getTablaByFechaLog("in_valid_notice_info_documento");
|
187
|
187
|
|
188
|
188
|
guardar_log("Excel", "Consulta projectLot");
|
189
|
189
|
$result['projectLot'] = $this->Xlsexport_model->getProjectLotItem();
|
190
|
190
|
|
191
|
191
|
guardar_log("Excel", "Consulta documentos tecnicos");
|
192
|
|
- $result['techDocs'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_technical_documents");
|
|
192
|
+ $result['techDocs'] = $this->Xlsexport_model->getTablaByFechaLog("in_technical_documents");
|
193
|
193
|
|
194
|
194
|
guardar_log("Excel", "Consulta documentos legales");
|
195
|
|
- $result['legalDocs'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_legal_documents");
|
|
195
|
+ $result['legalDocs'] = $this->Xlsexport_model->getTablaByFechaLog("in_legal_documents");
|
196
|
196
|
|
197
|
197
|
guardar_log("Excel", "Consulta documentos adicionales");
|
198
|
|
- $result['additDocs'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_additional_documents");
|
|
198
|
+ $result['additDocs'] = $this->Xlsexport_model->getTablaByFechaLog("in_additional_documents");
|
199
|
199
|
|
200
|
200
|
guardar_log("Excel", "Consulta documentos generales");
|
201
|
|
- $result['generalDocs'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_general_documents");
|
|
201
|
+ $result['generalDocs'] = $this->Xlsexport_model->getTablaByFechaLog("in_general_documents");
|
202
|
202
|
|
203
|
203
|
guardar_log("Excel", "Consulta tender process");
|
204
|
204
|
$result['tenderProcess'] = $this->Xlsexport_model->getTenderingTermsCodes();
|
205
|
205
|
|
206
|
206
|
guardar_log("Excel", "Consulta tender terms");
|
207
|
|
- $result['tenderingTerms'] = $this->Xlsexport_model->getDatosRelacionadasTablaWithoutLicitacion("maestro_tendering_terms", "relacionada_codigo_tipo_garantia", "code", "guaranteeTypeCode");
|
|
207
|
+ $result['tenderingTerms'] = $this->Xlsexport_model->getDatosRelacionadasTablaWithoutLicitacion("in_tendering_terms", "codice_codigo_tipo_garantia", "code", "guaranteeTypeCode");
|
208
|
208
|
|
209
|
209
|
guardar_log("Excel", "Consulta tender result");
|
210
|
|
- $result['tenderResult'] = $this->Xlsexport_model->getDatosRelacionadasTablaWithoutLicitacion("maestro_tender_result", "relacionada_tender_result", "code", "resultCode");
|
|
210
|
+ $result['tenderResult'] = $this->Xlsexport_model->getDatosRelacionadasTablaWithoutLicitacion("in_tender_result", "codice_tender_result", "code", "resultCode");
|
211
|
211
|
|
212
|
212
|
guardar_log("Excel", "Consulta tender criterio financieros");
|
213
|
|
- $result['tenderFinancial'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_tendering_terms_financial_evaluation");
|
|
213
|
+ $result['tenderFinancial'] = $this->Xlsexport_model->getTablaByFechaLog("in_tendering_terms_financial_evaluation");
|
214
|
214
|
|
215
|
215
|
guardar_log("Excel", "Consulta tender criterio adjudicacion");
|
216
|
|
- $result['tenderAwarding'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_tendering_terms_awarding_terms");
|
|
216
|
+ $result['tenderAwarding'] = $this->Xlsexport_model->getTablaByFechaLog("in_tendering_terms_awarding_terms");
|
217
|
217
|
|
218
|
218
|
guardar_log("Excel", "Consulta tender criterios tecnicos");
|
219
|
|
- $result['tenderTecnicos'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_tendering_terms_qualification_request");
|
|
219
|
+ $result['tenderTecnicos'] = $this->Xlsexport_model->getTablaByFechaLog("in_tendering_terms_qualification_request");
|
220
|
220
|
|
221
|
221
|
guardar_log("Excel", "Consulta tender requisitos participacion");
|
222
|
|
- $result['tenderQualification'] = $this->Xlsexport_model->getTablaByFechaLog("maestro_tendering_terms_qualification_request");
|
|
222
|
+ $result['tenderQualification'] = $this->Xlsexport_model->getTablaByFechaLog("in_tendering_terms_qualification_request");
|
223
|
223
|
|
224
|
224
|
return $result;
|
225
|
225
|
}
|