* [task#50825,done,1h] update version in batchEdit.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 3461b9590e
commit 1f047beec4
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -628,7 +628,7 @@ class testcaseModel extends model
$this->testcaseTao->updateCase2Project($oldCase, $case);
if(!empty($case->stepChanged)) $this->testcaseTao->updateStep($case, $oldCase);
if($oldCase->version != $case->version || !empty($case->stepChanged)) $this->testcaseTao->updateStep($case, $oldCase);
if($oldCase->lib && empty($oldCase->product))
{