fix: 测试计划性能测试用例order字段初始化报错

This commit is contained in:
AnAngle 2022-03-04 16:13:49 +08:00 committed by 刘瑞斌
parent 3a4952c9ed
commit 2f7f2ecf3d
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ public class TestPlanLoadCaseService {
}
public void initOrderField() {
ServiceUtils.initOrderField(TestPlanLoadCase.class, TestPlanLoadCaseMapper.class,
ServiceUtils.initOrderField(TestPlanLoadCaseWithBLOBs.class, TestPlanLoadCaseMapper.class,
extTestPlanLoadCaseMapper::selectPlanIds,
extTestPlanLoadCaseMapper::getIdsOrderByUpdateTime);
}