Commit 732fe31b authored by 张宇杰's avatar 张宇杰

Merge remote-tracking branch 'origin/master'

parents 54bf3c3c 8d1df30d
......@@ -534,18 +534,6 @@ public class QuestionnaireCtrl {
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 {
return map;
}
/**
* 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