修改专项任务和来函权限按钮展示以及列表展示权限用户下的数据

修改特定服务bug
This commit is contained in:
duandongmei
2018-07-16 14:21:21 +08:00
parent 60b3a1ae34
commit 1ebb1437ff
16 changed files with 146 additions and 123 deletions

View File

@@ -25,6 +25,7 @@ public class TaskInfoService extends BaseService{
private TaskInfoDao taskInfoDao;
public Page<TaskInfo> findTaskInfo(Page<TaskInfo> page, TaskInfo taskInfo) {
taskInfo.getSqlMap().put("dsf", configScopeFilter(taskInfo.getCurrentUser(),"r"));
// 设置分页参数
taskInfo.setPage(page);
// 执行分页查询