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