This commit is contained in:
wucongxing8150 2025-07-10 09:52:12 +08:00
parent 12966aa4cf
commit cc88caf03c

View File

@ -111,8 +111,8 @@ public class ExpertService {
caseCountQueryWrapper.eq(MedicalRecordEntity::getExpertId,expertId);
caseCountQueryWrapper.eq(MedicalRecordEntity::getStatus, 1);
Long caseCount = medicalRecorDao.selectCount(caseCountQueryWrapper);
if (caseCount < 1){
return ResponseDTO.app_ok("病例审核通过5份及以上可申请病例交流活动");
if (caseCount < 2){
return ResponseDTO.app_ok("病例审核通过2份及以上可申请病例交流活动");
}
CaseplatformAcAppEntity caseplatformAcAppData = new CaseplatformAcAppEntity();