Commit d32f0593 authored by suichenguang's avatar suichenguang

添加查询历史总数

parent 5d691faa
......@@ -420,8 +420,12 @@ public class TaskListApi {
}
/**
*
* @param date
* @param state
* @return
*/
@RequestMapping("selectCountHistory")
public int selectCountHistory(@RequestParam("date")String date,@RequestParam("state")String state){
int count=0;
......
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