|
|
@@ -487,7 +487,7 @@ public class BizClinicRoomServiceImpl implements IBizClinicRoomService {
|
|
|
BizAiAgentParamVO result = new BizAiAgentParamVO();
|
|
|
result.setAppId(aLiYunProperties.getAppId());
|
|
|
result.setApiKey(aLiYunProperties.getApiKey());
|
|
|
- result.setWorkplaceId(aLiYunProperties.getBailianWorkplaceId());
|
|
|
+ result.setWorkspaceId(aLiYunProperties.getBailianWorkplaceId());
|
|
|
BizClinicRoomPO clinicRoom = baseRepository.selectById(source.getClinicId());
|
|
|
if (ObjectUtil.isNull(clinicRoom)) {
|
|
|
throw new ServiceException(TRExcCode.SYSTEM_ERROR_B0001, "手术信息不存在");
|