|
|
@ -209,7 +209,7 @@ public class PrUserProjectServiceImpl extends BaseServiceImpl<PrUserProjectDao, |
|
|
|
orgIds.add(oneOrg); |
|
|
|
} |
|
|
|
// 根据orgIds查询 问卷调查的key
|
|
|
|
List<String> projectKeys = baseDao.selectProjectKey(orgIds); |
|
|
|
List<String> projectKeys = baseDao.selectProjectKey(orgIds,formDTO.getCustomerId()); |
|
|
|
if (CollectionUtils.isEmpty(projectKeys)){ |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|