fix: 功能用例排序后点编辑报错

This commit is contained in:
chenjianxing 2022-01-24 11:44:22 +08:00 committed by 刘瑞斌
parent 0da845cdc8
commit dabd8a78b9
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ public class TestCaseService {
order.setName("sort");
order.setType("desc");
orders.add(order);
orders.forEach(i -> i.setPrefix("test_case"));
request.setOrders(orders);
}