|
@@ -24,9 +24,9 @@ public class JcebQueryUtil {
|
|
|
}
|
|
}
|
|
|
String post = user.getPost();
|
|
String post = user.getPost();
|
|
|
PostTypeEnum postType = PostTypeEnum.ofValue(post);
|
|
PostTypeEnum postType = PostTypeEnum.ofValue(post);
|
|
|
|
|
+ jcebQuery.setDeptId(user.getDeptId());
|
|
|
if(postType == PostTypeEnum.LEADER){
|
|
if(postType == PostTypeEnum.LEADER){
|
|
|
jcebQuery.setSubmitState(JcebStatusEnum.REPORTED.getCode());
|
|
jcebQuery.setSubmitState(JcebStatusEnum.REPORTED.getCode());
|
|
|
- jcebQuery.setDeptId(user.getDeptId());
|
|
|
|
|
jcebQuery.setCreateBy(null);
|
|
jcebQuery.setCreateBy(null);
|
|
|
}else {
|
|
}else {
|
|
|
jcebQuery.setCreateBy(user.getUserName());
|
|
jcebQuery.setCreateBy(user.getUserName());
|