|
|
@@ -296,7 +296,7 @@ public class BizClinicRoomServiceImpl implements IBizClinicRoomService {
|
|
|
if (StrUtil.isBlank(deptId)) {
|
|
|
throw new ServiceException(TRExcCode.SYSTEM_ERROR_B0001, "手术未关联科室");
|
|
|
}
|
|
|
- String groupId=questionDeptRepository.selectOneDeptQuestionGroupRandom(clinicId, QuestionGroupTypeEnums.PRE);
|
|
|
+ String groupId=questionDeptRepository.selectOneDeptQuestionGroupRandom(deptId, QuestionGroupTypeEnums.PRE);
|
|
|
if(StrUtil.isEmpty(groupId)){
|
|
|
return null;
|
|
|
}
|