医院问题111
This commit is contained in:
parent
9278454384
commit
ab8ea13ec1
@ -343,7 +343,8 @@ public class CaseClinicalDoctorService {
|
|||||||
if (userData.getHospitalUuid() != null && !userData.getHospitalUuid().trim().isEmpty()) {
|
if (userData.getHospitalUuid() != null && !userData.getHospitalUuid().trim().isEmpty()) {
|
||||||
BasicHospitalEntity existingHospital = basicHospitalService.GetAppHospital(userData.getHospitalUuid());
|
BasicHospitalEntity existingHospital = basicHospitalService.GetAppHospital(userData.getHospitalUuid());
|
||||||
if (existingHospital == null){
|
if (existingHospital == null){
|
||||||
throw new BusinessException("获取医院信息失败:医院数据为空");
|
continue;
|
||||||
|
// throw new BusinessException("获取医院信息失败:医院数据为空");
|
||||||
}
|
}
|
||||||
|
|
||||||
appDoctor.setHospitalId(existingHospital.getHospitalId());
|
appDoctor.setHospitalId(existingHospital.getHospitalId());
|
||||||
|
|||||||
@ -106,7 +106,7 @@
|
|||||||
<AppenderRef ref="druidSlowSqlLog"/>
|
<AppenderRef ref="druidSlowSqlLog"/>
|
||||||
</logger>
|
</logger>
|
||||||
|
|
||||||
<Root level="debug">
|
<Root level="warn">
|
||||||
<AppenderRef ref="Console"/>
|
<AppenderRef ref="Console"/>
|
||||||
<AppenderRef ref="debug"/>
|
<AppenderRef ref="debug"/>
|
||||||
<AppenderRef ref="info"/>
|
<AppenderRef ref="info"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user