解决已知问题
This commit is contained in:
parent
38f365c2f0
commit
6435d002cd
|
|
@ -434,7 +434,6 @@ public class EdPrjServiceImpl extends ServiceImpl<EdFileInfoMapper, EdFileInfo>
|
|||
Map<String, Integer> res = new HashMap<>();
|
||||
List<String> prjIds = queryPublishStatus.getPrjIds();
|
||||
List<EdFileInfo> edFileInfos = this.baseMapper.selectList(Wrappers.lambdaQuery(EdFileInfo.class).select(EdFileInfo::getFilePath)
|
||||
.in(EdFileInfo::getId, prjIds)
|
||||
.eq(EdFileInfo::getEffectFlag, EffectFlagEnum.EFFECT.code)
|
||||
.eq(EdFileInfo::getPrjDir, true)
|
||||
.eq(EdFileInfo::getDataStatus, EleDataStatusEnum.NOT_PUBLISHED.code));
|
||||
|
|
|
|||
Loading…
Reference in New Issue