Sửa lỗi chỉnh sửa tiêu đề chặng và ngày giờ của chặng
This commit is contained in:
+4
-1
@@ -655,7 +655,10 @@ class LegController {
|
||||
where: { id },
|
||||
data: {
|
||||
note: body.note,
|
||||
sequence: body.sequence
|
||||
sequence: body.sequence,
|
||||
startDate: body.startDate ? new Date(body.startDate) : undefined,
|
||||
endDate: body.endDate ? new Date(body.endDate) : undefined,
|
||||
description: body.description,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user