From 1b2d48ed2ae305fb922d67d254f187a469537bc6 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Thu, 30 Oct 2025 09:47:03 +0800 Subject: [PATCH] * [bug#66075,done,0.1h,0h] Fix joint link case to project. --- module/testtask/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testtask/model.php b/module/testtask/model.php index 98fbf9defa..064747cae1 100755 --- a/module/testtask/model.php +++ b/module/testtask/model.php @@ -851,6 +851,7 @@ class testtaskModel extends model $run->assignedTo = zget($users, $run->case, ''); $this->dao->replace(TABLE_TESTRUN)->data($run)->exec(); + if(!empty($testtask->joint)) continue; /* 在项目或执行下关联用例到测试单时把用例关联到项目或执行。*/ /* Associate the cases to the project or execution when associating the cases to the testtask under the project or execution. */ if(!empty($testtask->execution))