|
@@ -8076,13 +8076,14 @@ public class TaskByTypeController extends BaseController{
|
|
|
|
|
|
//督办人员可以设置区长书记、区领导批示留言公开范围
|
|
|
model.put("isSupervise", TaskKaizhouUtil.isSupervise(taskMemberBeans, pid));
|
|
|
- Object[] objectArray = TaskKaizhouUtil.findShowKaiZhouLeaderPiShiBehSummarys(taskId,
|
|
|
- taskMemberBeans, currentMemberBeans, pid);
|
|
|
- List<BehSummaryBean> showList = (List<BehSummaryBean>)objectArray[0];
|
|
|
- List<BehSummaryBean> notShowList = (List<BehSummaryBean>)objectArray[1];
|
|
|
- AppContext.putThreadContext("showInstructionsTaskLimitScope", true);
|
|
|
- AppContext.putThreadContext("instructionsTaskLimitScopeShowIds",showList.stream().map(BehSummaryBean::getId).toList());
|
|
|
-
|
|
|
+ if(!"LevMsgTaskWithDraw".equals(pType)){
|
|
|
+ Object[] objectArray = TaskKaizhouUtil.findShowKaiZhouLeaderPiShiBehSummarys(taskId,
|
|
|
+ taskMemberBeans, currentMemberBeans, pid);
|
|
|
+ List<BehSummaryBean> showList = (List<BehSummaryBean>)objectArray[0];
|
|
|
+ List<BehSummaryBean> notShowList = (List<BehSummaryBean>)objectArray[1];
|
|
|
+ AppContext.putThreadContext("showInstructionsTaskLimitScope", true);
|
|
|
+ AppContext.putThreadContext("instructionsTaskLimitScopeShowIds",showList.stream().map(BehSummaryBean::getId).toList());
|
|
|
+ }
|
|
|
// 查询动态
|
|
|
ListObject result = null;
|
|
|
ListObject managerResult = null;
|