fix: 接口导入

This commit is contained in:
chenjianxing 2020-12-25 14:45:35 +08:00
parent e89dcafd7e
commit f7a0463eb2
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ public class ApiDefinitionService {
if (item.getName().length() > 255) {
item.setName(item.getName().substring(0, 255));
}
item.setModuleId(request.getModuleId());
createTest(item, batchMapper);
if (i % 300 == 0) {
sqlSession.flushStatements();