添加是否展示和同步文章

This commit is contained in:
wuchunlei
2025-08-01 09:10:52 +08:00
parent d6a638bb80
commit 661c227eca
3 changed files with 37 additions and 8 deletions

View File

@@ -115,6 +115,7 @@ public class TaihuTalentController {
//精彩医案
List<MedicalRecords> medicalRecords = medicalRecordsService.list(new LambdaQueryWrapper<MedicalRecords>()
.eq(MedicalRecords::getState,3)
.eq(MedicalRecords::getShowFlag,1)
.eq(MedicalRecords::getUserId,taihuTalent.getUserId())
.orderByDesc(MedicalRecords::getTrain));
return R.ok()