This commit is contained in:
hayu 2025-08-27 21:57:11 +08:00
parent a2a25fe20f
commit 9e4bea6e87
1 changed files with 2 additions and 0 deletions

View File

@ -1349,6 +1349,8 @@ public class RepairServiceImpl implements RepairService {
}
}
}
//修改退料任务的状态以及退料详情里面的状态
int res = taskMapper.updateTaskStatus(String.valueOf(taskId), 1);
// 4. 删除维修明细数据
result = repairMapper.deleteByTaskId(taskId);
if (result < 1) {