fix: Cannot change the status of case that has just been included in run

This commit is contained in:
Takeshi Kimata
2024-07-17 21:50:14 +09:00
parent c11e5ad6ac
commit 2ef49526ae
4 changed files with 79 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ module.exports = function (sequelize) {
{
runId: runId,
caseId: runCase.caseId,
status: 0,
status: runCase.status,
},
{ transaction: t }
);