|
@@ -60,8 +60,10 @@ public class OverallService {
|
|
|
}
|
|
|
return dto;
|
|
|
}
|
|
|
+ WorkOfflineDTO param = new WorkOfflineDTO(workId);
|
|
|
+ overallClient.UpdateDownloadOfflineStatus(param,appId,key);
|
|
|
|
|
|
- OverallVo offlineDetail = overallClient.getOfflineDetail(new WorkOfflineDTO(workId),appId,key);
|
|
|
+ OverallVo offlineDetail = overallClient.getOfflineDetail(param,appId,key);
|
|
|
if(offlineDetail == null || offlineDetail.getCode() !=0){
|
|
|
throw new BusinessException(ResultCode.OVERALL_VIEW_ERROR);
|
|
|
}
|