Commit 8d1df30d authored by 赵桢's avatar 赵桢

默认列表

parent 8c97ca3a
...@@ -534,18 +534,6 @@ public class QuestionnaireCtrl { ...@@ -534,18 +534,6 @@ public class QuestionnaireCtrl {
return questionnaireService.generateRecordTask(); return questionnaireService.generateRecordTask();
} }
/**
* 查询
*
* @param record
* @return
*/
@RequestMapping(value = {"/ceshi"})
@ResponseBody
public List<Record> ListList(Record record) {
return questionnaireService.selectRecordList(record);
}
/** /**
* 查询问卷管理列表 * 查询问卷管理列表
* *
...@@ -585,8 +573,6 @@ public class QuestionnaireCtrl { ...@@ -585,8 +573,6 @@ public class QuestionnaireCtrl {
return map; return map;
} }
/** /**
* 2023导出修改为动态传值 * 2023导出修改为动态传值
* *
......
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