|
@@ -52,7 +52,7 @@ public class QaAppController {
|
|
|
/**
|
|
/**
|
|
|
* qa列表
|
|
* qa列表
|
|
|
*/
|
|
*/
|
|
|
- @GetMapping("qaList}")
|
|
|
|
|
|
|
+ @GetMapping("qaList")
|
|
|
public Result<Page<Qa>> qaList(@Validated({QaParam.App.class}) QaParam qaParam) {
|
|
public Result<Page<Qa>> qaList(@Validated({QaParam.App.class}) QaParam qaParam) {
|
|
|
QaGroup qaGroup = qaGroupService.getById(qaParam.getGroupId());
|
|
QaGroup qaGroup = qaGroupService.getById(qaParam.getGroupId());
|
|
|
if (ObjectUtil.isEmpty(qaGroup) && qaGroup.getDelFlag()) {
|
|
if (ObjectUtil.isEmpty(qaGroup) && qaGroup.getDelFlag()) {
|