fix: Cannot change the status of case that has just been included in run
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = function (sequelize) {
|
||||
{
|
||||
runId: runId,
|
||||
caseId: runCase.caseId,
|
||||
status: 0,
|
||||
status: runCase.status,
|
||||
},
|
||||
{ transaction: t }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user