|
|
@@ -148,7 +148,7 @@ public class LawyerConsultationOrderController {
|
|
|
return R.data(pageResult);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("开始咨询律师")
|
|
|
+ /*@ApiOperation("开始咨询律师")
|
|
|
@ApiOperationSupport(order = 8)
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "lawyerId", value = "律师ID", dataType = "Integer", paramType = "query", required = true),
|
|
|
@@ -167,7 +167,7 @@ public class LawyerConsultationOrderController {
|
|
|
log.info("LawyerConsultationOrderController.startConsultation?lawyerId={},question={},sessionId={},clientUserId={},problemScenarId={}",
|
|
|
lawyerId, question, sessionId, clientUserId, problemScenarId);
|
|
|
return consultationOrderService.startConsultation(lawyerId, question, sessionId, clientUserId, problemScenarId);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
|