|
|
@ -335,7 +335,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit |
|
|
|
} |
|
|
|
|
|
|
|
if (!DraftConstant.AGENCY.equals(fromDTO.getPublisherType()) || !DraftConstant.DEPARTMENT.equals(fromDTO.getPublisherType()) |
|
|
|
!DraftConstant.GRID.equals(fromDTO.getPublisherType())) { |
|
|
|
|| !DraftConstant.GRID.equals(fromDTO.getPublisherType())) { |
|
|
|
throw new RenException(ModuleConstant.DRAFT_PUBLISHER_TYPE_ERROR); |
|
|
|
} |
|
|
|
return saveDraftAttr(tokenDto, fromDTO); |
|
|
|