医院问题111

This commit is contained in:
wucongxing8150 2025-08-29 14:08:17 +08:00
parent 9278454384
commit ab8ea13ec1
2 changed files with 3 additions and 2 deletions

View File

@ -343,7 +343,8 @@ public class CaseClinicalDoctorService {
if (userData.getHospitalUuid() != null && !userData.getHospitalUuid().trim().isEmpty()) {
BasicHospitalEntity existingHospital = basicHospitalService.GetAppHospital(userData.getHospitalUuid());
if (existingHospital == null){
throw new BusinessException("获取医院信息失败:医院数据为空");
continue;
// throw new BusinessException("获取医院信息失败:医院数据为空");
}
appDoctor.setHospitalId(existingHospital.getHospitalId());

View File

@ -106,7 +106,7 @@
<AppenderRef ref="druidSlowSqlLog"/>
</logger>
<Root level="debug">
<Root level="warn">
<AppenderRef ref="Console"/>
<AppenderRef ref="debug"/>
<AppenderRef ref="info"/>