Commit 4d5e2933 authored by 霍传世's avatar 霍传世

多线程测试生成PDF

parent 8ecd6a50
...@@ -450,7 +450,7 @@ public class GeneratorAllTypePdfByProvinceController { ...@@ -450,7 +450,7 @@ public class GeneratorAllTypePdfByProvinceController {
if(retryCommands.size()!=0){ if(retryCommands.size()!=0){
logger.info("size"+retryCommands.size());
for (RetryCommand retryCommand : retryCommands) { for (RetryCommand retryCommand : retryCommands) {
String command = retryCommand.getRetryCommand(); String command = retryCommand.getRetryCommand();
Object params = retryCommand.getParams(); Object params = retryCommand.getParams();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment