|
@@ -56,7 +56,7 @@ public class WbsParamServiceImpl extends BaseServiceImpl<WbsParamMapper, WbsPara
|
|
|
|
|
|
@Override
|
|
|
public List<WbsParam> findByNodeId(Long nodeId) {
|
|
|
- if(Func.isEmpty(nodeId)){
|
|
|
+ if(Func.isNotEmpty(nodeId)){
|
|
|
return this.list(Wrappers.<WbsParam>lambdaQuery().eq(WbsParam::getWbsId,nodeId));
|
|
|
}
|
|
|
return Collections.emptyList();
|