From 46a70312d2ac5f21d3531cff1c8c52d76a284d29 Mon Sep 17 00:00:00 2001 From: liuyang Date: Mon, 13 Jan 2025 16:04:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:[REQ-3488]=20=E8=BF=87=E6=BB=A4=E5=85=A5?= =?UTF-8?q?=E5=8F=82=E4=B8=AD=E9=9B=86=E5=90=88=E7=B1=BB=E5=9E=8B=E4=B8=AD?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E6=9C=89null=E5=80=BC=E7=9A=84=E5=85=83?= =?UTF-8?q?=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cooperateship/service/impl/CooperateShipServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/cooperateship/service/impl/CooperateShipServiceImpl.java b/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/cooperateship/service/impl/CooperateShipServiceImpl.java index 296bfa3..4293879 100644 --- a/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/cooperateship/service/impl/CooperateShipServiceImpl.java +++ b/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/cooperateship/service/impl/CooperateShipServiceImpl.java @@ -232,7 +232,7 @@ public class CooperateShipServiceImpl implements CooperateShipService { * @return * @param */ - private Collection filterNullValues(Collection collection) { + private , T> C filterNullValues(C collection) { if (CollUtil.isEmpty(collection)) { return collection; }