|
|
@@ -54,7 +54,7 @@ public class StatisticsApiController extends CertifyApiController {
|
|
|
*/
|
|
|
@RequestMapping(value = "/exporTaskList", method = RequestMethod.GET)
|
|
|
public Result exporTaskList(InputProjectStatistics ib,HttpServletResponse response) {
|
|
|
- return projectStatisticsService.exporTaskList( ib,response);
|
|
|
+ return projectStatisticsService.exporTaskList(ib,response);
|
|
|
}
|
|
|
|
|
|
|