|
@@ -67,7 +67,7 @@ public class ExcelExportServiceImpl implements ExcelExportService {
|
|
* 此处轮询查询本地数据库,检测到有任务的回调数据时继续执行查询操作
|
|
* 此处轮询查询本地数据库,检测到有任务的回调数据时继续执行查询操作
|
|
*/
|
|
*/
|
|
while (i < 10) {
|
|
while (i < 10) {
|
|
- Thread.sleep(3000);
|
|
|
|
|
|
+ Thread.sleep(300);
|
|
CorpwxJobResult corpwxJobResult = corpwxJobCenter.get(jobId);
|
|
CorpwxJobResult corpwxJobResult = corpwxJobCenter.get(jobId);
|
|
if (corpwxJobResult != null) {
|
|
if (corpwxJobResult != null) {
|
|
if (corpwxJobResult.getErrCode() == 0) {
|
|
if (corpwxJobResult.getErrCode() == 0) {
|