campos de archivos no pueden ser null
This commit is contained in:
@@ -57,7 +57,7 @@ const cancelar = async (body) => {
|
||||
)
|
||||
.then((res) =>
|
||||
Servicio.update(
|
||||
{ idStatus: 7, cartaAceptacion: null },
|
||||
{ idStatus: 7, cartaAceptacion: '' },
|
||||
{ where: { idServicio } }
|
||||
)
|
||||
)
|
||||
|
||||
@@ -58,7 +58,7 @@ const cancelar = async (body) => {
|
||||
)
|
||||
.then((res) =>
|
||||
Servicio.update(
|
||||
{ idStatus: 9, informeGlobal: null },
|
||||
{ idStatus: 9, informeGlobal: '' },
|
||||
{ where: { idServicio } }
|
||||
)
|
||||
)
|
||||
|
||||
@@ -58,7 +58,7 @@ const cancelar = async (body) => {
|
||||
)
|
||||
.then((res) =>
|
||||
Servicio.update(
|
||||
{ idStatus: 8, cartaTermino: null },
|
||||
{ idStatus: 8, cartaTermino: '' },
|
||||
{ where: { idServicio } }
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user