anderx лет назад: 4
Родитель
Сommit
bff238948a

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

@@ -464,7 +464,6 @@ public class OrderProjectApiController extends CertifyApiController {
 	@RequestMapping(value = "/highNewRetrialList/export",method = RequestMethod.GET)
 	public Result highNewRetrialListExport(String province,String provinceName,String depId,String depName,String startDate,String endDate,String aid,
 										   String aName,Integer sort) {
-
 		List<OutHighNewRetrialList>  list=orderProjectService.highNewRetrialList(province,depId,aid,sort,startDate,endDate);
 		NewExcelUtil<OutHighNewRetrialList> newExcelUtil=new NewExcelUtil<>(OutHighNewRetrialList.class);
 		StringBuffer str=new StringBuffer("搜索条件=》");