|
|
@ -454,7 +454,10 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<IcPartyUnitEntity> queryListById(List<String> partyUnitIds) { |
|
|
|
return baseDao.selectBatchIds(partyUnitIds); |
|
|
|
if(CollectionUtils.isNotEmpty(partyUnitIds)){ |
|
|
|
return baseDao.selectBatchIds(partyUnitIds); |
|
|
|
} |
|
|
|
return Collections.EMPTY_LIST; |
|
|
|
} |
|
|
|
|
|
|
|
private String getServiceMatter(Map<String, String> map, String matter) { |
|
|
|