|
|
@@ -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("搜索条件=》");
|