bug: 政策法规资料权限问题
This commit is contained in:
-2
@@ -137,8 +137,6 @@ public class SarLawsInformationServiceImpl extends ServiceImpl<SarLawsInformatio
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
sarLawsInformation.setDownloadableBy(String.join(",", downloadableBy));
|
sarLawsInformation.setDownloadableBy(String.join(",", downloadableBy));
|
||||||
} else {
|
|
||||||
sarLawsInformation.setDownloadable(true);
|
|
||||||
}
|
}
|
||||||
LambdaQueryWrapper<SarLawsInformationAuth> wrapper3 = new LambdaQueryWrapper<>();
|
LambdaQueryWrapper<SarLawsInformationAuth> wrapper3 = new LambdaQueryWrapper<>();
|
||||||
wrapper3.eq(SarLawsInformationAuth::getLawsInformationId, sarLawsInformation.getId());
|
wrapper3.eq(SarLawsInformationAuth::getLawsInformationId, sarLawsInformation.getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user