From 8cdf5f45f02a81113cc0d8a30072cae2b3f11661 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 9 Sep 2025 22:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/team/query/BdListQryExe.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/BdListQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/BdListQryExe.java index 40a9f662..b0b29aac 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/BdListQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/BdListQryExe.java @@ -51,10 +51,7 @@ public class BdListQryExe { .eq(StringUtils.isNotBlank(qryCmd.getSysOrigin()), BusinessDevelopmentBaseInfo::getSysOrigin, qryCmd.getSysOrigin()) - .eq(Objects.nonNull(qryCmd.getCreateUser()), BusinessDevelopmentBaseInfo::getCreateUser, - qryCmd.getCreateUser()) - .eq(Objects.nonNull(qryCmd.getBdLeadUserId()), - BusinessDevelopmentBaseInfo::getBdLeadUserId, qryCmd.getUserId()) + .eq(BusinessDevelopmentBaseInfo::getBdLeadUserId, qryCmd.getUserId()) .orderByDesc(BusinessDevelopmentBaseInfo::getCreateTime) .page(qryCmd.getPageQuery());