|
@@ -172,6 +172,9 @@ public class SysSetFacade extends SysSetServiceImpl {
|
|
|
sysSetInfo.eq("sys_type", SysTypeEnum.ICSS_SERVICE.getKey());
|
|
|
SysSet sysSetInfoData = getOne(sysSetInfo, false);
|
|
|
SysHospitalInfoVO sysHospitalInfoVO = new SysHospitalInfoVO();
|
|
|
+ if(sysSetInfoData==null){
|
|
|
+ throw new CommonException(CommonErrorCode.RPC_ERROR, "该医院暂无模板管理者配置信息");
|
|
|
+ }
|
|
|
List<String> listCode = Lists.newArrayList(sysSetInfoData.getValue().split(","));
|
|
|
for(String code :listCode){
|
|
|
if (code.equals(data.getDoctorCode())){
|