Commit 2038d04c518e19229bf8118d469cbb483b10f9f7

Authored by zhangchao
1 parent ceb80a39ef
Exists in dev

#fix:优化

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QuestionnaireController.java View file @ 2038d04
... ... @@ -46,7 +46,6 @@
46 46 commonResult.setList(list);
47 47 commonResult.setPageInfo(questionnaireQuery.getPageInfo());
48 48 ResultUtils.buildSuccessResultAndWrite(response,commonResult);
49   - ResultUtils.buildSuccessResultAndWrite(response,commonResult);
50 49 }
51 50  
52 51 /**