Compare commits

..

No commits in common. "673482afd3f21fbae1cd30b091012f537b4f2ed3" and "aaaaf826fda187ae29cae4dc678ab312e98ddecf" have entirely different histories.

1 changed files with 3 additions and 5 deletions

View File

@ -62,8 +62,6 @@ public class ApprovalProcessController extends BaseController {
if (approvalProcess.getSubmitterId() != null) {
queryWrapper.eq("submitter_id", getLoginUser().getUserId());
} else {
queryWrapper.ne("submitter_id", getLoginUser().getUserId());
}
List<ApprovalProcess> list = approvalsProcessService.list(queryWrapper);
List<ApprovalProcess> newList = new ArrayList<>();