|
|
@ -195,7 +195,9 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit |
|
|
|
draftEntity.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
draftEntity.setIsTop(DraftConstant.UN_TOP); |
|
|
|
draftEntity.setStatusFlag(DraftConstant.UNPUBLISH); |
|
|
|
draftEntity.setOrgId(loginUserDetails.getData().getAgencyId()); |
|
|
|
String orgIdPath = loginUserDetails.getData().getOrgIdPath(); |
|
|
|
String agencyId = orgIdPath.split(":")[orgIdPath.split(":").length - 1]; |
|
|
|
draftEntity.setOrgId(agencyId); |
|
|
|
draftEntity.setOrgIdPath(loginUserDetails.getData().getOrgIdPath()); |
|
|
|
draftEntity.setGridId(""); |
|
|
|
draftEntity.setDepartmentId(loginUserDetails.getData().getCustomerId()); |
|
|
|