nombre
This commit is contained in:
@@ -294,7 +294,7 @@ export class ExcelService {
|
||||
|
||||
const usuario = queryRunner.manager.create(Usuario, {
|
||||
num_cuenta: r.cuenta,
|
||||
nombre: r.nombres.trim().split(' ')[0],
|
||||
nombre: r.nombres,
|
||||
a_paterno: r.apellidopa,
|
||||
a_materno: r.apellidoma,
|
||||
rfc: r.rfc,
|
||||
|
||||
Reference in New Issue
Block a user