|
|
@@ -47,10 +47,6 @@ public class JcebQueryUtil {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if(scope.equals(DataScopeAspect.DATA_SCOPE_ALL)){
|
|
|
- jcebQuery.setCreateBy(null);
|
|
|
- return jcebQuery;
|
|
|
- }
|
|
|
// 职位
|
|
|
log.debug("^_^ postType = {} ^_^", postType);
|
|
|
if(PostTypeEnum.CENTER == postType) {
|