修改了病例数1
This commit is contained in:
parent
6fe3285b15
commit
062b357b93
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user