Commit 0add01ee by fudahua

fix:近看自己

parent 5dff9390
......@@ -57,6 +57,9 @@ public class NotifyController extends WebBaseController {
if (qo.getFilterStatus() == 1) {
pendingListQDTO.setOverdueFlag(1);
}
if (qo.getShowSelf()==0) {
qo.setClerkId(null);
}
ServiceResponse<Page<PendingTaskDetailDTO>> retPage = pendingTaskApiService.pagePendingTask(pendingListQDTO, qo.getBasePageInfo());
PageResult2 pageInfo = PageUtil.getPageInfo(retPage.getResult());
......
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