Commit b1f314ce authored by 张宇杰's avatar 张宇杰

修改

parent 79a473a1
......@@ -585,7 +585,7 @@ public class QuestionnaireCtrl {
*/
@RequestMapping(value = {"/queryArray"})
@ResponseBody
public void queryArray (@RequestBody Options options){
public void queryArray ( Options options){
questionnaireService.queryArray(options);
}
......
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