修改了病例数1

This commit is contained in:
wucongxing8150 2025-07-16 17:33:03 +08:00
parent 6fe3285b15
commit 062b357b93

View File

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