bug: 政策法规资料权限问题

This commit is contained in:
wxyclub
2023-11-29 18:40:20 +08:00
parent e83b5d8ece
commit 9cfbafe2af
@@ -137,8 +137,6 @@ public class SarLawsInformationServiceImpl extends ServiceImpl<SarLawsInformatio
}
});
sarLawsInformation.setDownloadableBy(String.join(",", downloadableBy));
} else {
sarLawsInformation.setDownloadable(true);
}
LambdaQueryWrapper<SarLawsInformationAuth> wrapper3 = new LambdaQueryWrapper<>();
wrapper3.eq(SarLawsInformationAuth::getLawsInformationId, sarLawsInformation.getId());