* [refac bug #55277] Adjust get oldCase.

This commit is contained in:
wangyidong
2024-09-14 15:25:04 +08:00
committed by 孙广明
parent 761fbf0d7b
commit fa705d67bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2160,7 +2160,7 @@ class testcaseModel extends model
if(empty($testcase->id))
{
$this->create($case);
$this->create($testcase);
}
else
{