Commit ecc86775 by zhangxingmin

注释

parent 11aa5acd
......@@ -127,8 +127,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
response.setStatus(!Objects.isNull(result.getData()) ? appointment.getStatus() : null);
//获取问卷详细信息-单个问卷详细信息
Result<ApiQuestionnairesDetailResponse> responseResult = apiQuestionnairesFeignClient.detail("questionnaires_1001",appointmentBizId);
response.setQuestionnairesDetailResponse(responseResult.getData());
// Result<ApiQuestionnairesDetailResponse> responseResult = apiQuestionnairesFeignClient.detail("questionnaires_1001",appointmentBizId);
// response.setQuestionnairesDetailResponse(responseResult.getData());
return Result.success(response);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment