Merge remote-tracking branch 'origin/v1.6' into v1.6
This commit is contained in:
commit
bed8216258
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue