Ver código fonte

//..notice

release_toaliyun_real
xhxu 3 anos atrás
pai
commit
bedfcc2289
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java

+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java Ver arquivo

@@ -103,7 +103,7 @@ public class SharingOrderRedoSchedule {
+ " MSG:" + e.getMessage());
}
//分账3天失败给通知
if(!isSuccess && i >= 3){
if(!isSuccess && i >= 1){
errorCount.getAndIncrement();
}
});


Carregando…
Cancelar
Salvar