* [bug#63256,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-06-12 07:59:34 +00:00
parent e93476c02e
commit 994abdd321
+2 -2
View File
@@ -268,8 +268,8 @@ class testcaseTao extends testcaseModel
$data->name = str_replace('.0', '', $name);
$data->id = $step->id;
$data->step = $step->desc;
$data->desc = $step->desc;
$data->expect = $step->expect;
$data->desc = html_entity_decode($step->desc);
$data->expect = html_entity_decode($step->expect);
$data->type = $step->type;
$data->parent = $step->parent;
$data->grade = $grade;