|
|
@@ -42,7 +42,7 @@ public class StatisticsApiController extends CertifyApiController {
|
|
|
@RequestMapping(value="/selectTaskList" ,method = RequestMethod.GET)
|
|
|
public Result selectTaskList(InputProjectStatistics ps){
|
|
|
Result res=new Result();
|
|
|
- res.setData(projectStatisticsService.selectTaskList( ps));
|
|
|
+ res.setData(projectStatisticsService.selectTaskList(ps));
|
|
|
return res;
|
|
|
}
|
|
|
|