删掉歧义注释
parent
1bb3b8d64a
commit
4ff2c12d83
|
|
@ -122,7 +122,6 @@ public class AutoCallTaskScheduled {
|
|||
return;
|
||||
}
|
||||
for (AutoCallPerson person : personList) {
|
||||
//任务可以并发了,但是人员没能前一通挂掉后再重呼
|
||||
while (person.getUploadedTimes() < 2) {
|
||||
if (AutoCallPerson.TAG_DONE.equals(person.getTag())) break;
|
||||
//do upload
|
||||
|
|
|
|||
Loading…
Reference in New Issue