Commit d4f818d4 authored by 赵桢's avatar 赵桢

默认列表

parent 56c43e9b
......@@ -560,6 +560,11 @@ public class QuestionnaireCtrl {
return questionnaireService.AboutViewList(record);
}
/**
* 查询是否有通过状态的数据(状态为3)
* @param record
* @return
*/
@RequestMapping("/CountStratus")
@ResponseBody
public List<Record> selectRecordList1(@RequestBody Record record) {
......
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