|
|
@ -562,8 +562,12 @@ public class HeartService {
|
|
|
|
.updateTime(new Date())
|
|
|
|
.updateTime(new Date())
|
|
|
|
.receiveStatus(status)
|
|
|
|
.receiveStatus(status)
|
|
|
|
.scheduleType(BasicProcessStatus.SCHEDULE_NORMAL)
|
|
|
|
.scheduleType(BasicProcessStatus.SCHEDULE_NORMAL)
|
|
|
|
|
|
|
|
.remark(baseResponse.getMessage())
|
|
|
|
.build();
|
|
|
|
.build();
|
|
|
|
this.insertExportStatus(exportStatus);
|
|
|
|
this.insertExportStatus(exportStatus);
|
|
|
|
|
|
|
|
if (baseResponse.getCode() != 20000) {
|
|
|
|
|
|
|
|
throw new RuntimeException(baseResponse.getMessage());
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
|
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
|