Commit 766eb6b3 by fudahua

fix:仅看自己

parent 0add01ee
...@@ -58,7 +58,7 @@ public class NotifyController extends WebBaseController { ...@@ -58,7 +58,7 @@ public class NotifyController extends WebBaseController {
pendingListQDTO.setOverdueFlag(1); pendingListQDTO.setOverdueFlag(1);
} }
if (qo.getShowSelf()==0) { if (qo.getShowSelf()==0) {
qo.setClerkId(null); pendingListQDTO.setClerkId(null);
} }
ServiceResponse<Page<PendingTaskDetailDTO>> retPage = pendingTaskApiService.pagePendingTask(pendingListQDTO, qo.getBasePageInfo()); ServiceResponse<Page<PendingTaskDetailDTO>> retPage = pendingTaskApiService.pagePendingTask(pendingListQDTO, qo.getBasePageInfo());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment