问答中心 跳转回填提问和回答问题

This commit is contained in:
gaojiabao
2023-04-11 13:18:55 +08:00
parent 54e0ac3ce6
commit 3030bc9d68
@@ -330,6 +330,6 @@ public class AskQuestionsController extends BaseController<AskQuestions> {
}
}
//回答
return askQuestionsService.selectAskReply("myAns");
return Result.success("myAns");
}
}