Browse Source

处理前端数据问题

anderx 3 years ago
parent
commit
8d7af77449

+ 1 - 1
src/main/java/com/goafanti/order/controller/StatisticsApiController.java

@@ -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);
 	}