瀏覽代碼

高新复审统计开发

anderx 4 年之前
父節點
當前提交
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)
 	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("搜索条件=》");