anderx лет назад: 4
Родитель
Сommit
bff238948a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/main/java/com/goafanti/order/controller/OrderProjectApiController.java

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