Proyectos de Subversion LeadersLinked - Services

Rev

Rev 543 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 543 Rev 544
Línea 374... Línea 374...
374
                    ->values([
374
                    ->values([
375
                        'uuid' => $uuid,
375
                        'uuid' => $uuid,
376
                        'name' => $name,
376
                        'name' => $name,
377
                        'description' => $description,
377
                        'description' => $description,
378
                        'competency_type_id' => $competencyTypeId,
378
                        'competency_type_id' => $competencyTypeId,
379
                        'status' => CompetencyMapper::STATUS_ACTIVE,
379
                        'status' => 'a',
380
                        'added_on' => date('Y-m-d H:i:s'),
380
                        'added_on' => date('Y-m-d H:i:s'),
381
                        'updated_on' => date('Y-m-d H:i:s')
381
                        'updated_on' => date('Y-m-d H:i:s')
382
                    ]);
382
                    ]);
383
                $stmt = $sql->prepareStatementForSqlObject($insert)->execute();
383
                $stmt = $sql->prepareStatementForSqlObject($insert)->execute();