Commit 2dd0cf9d authored by dahai's avatar dahai

push

parent ae25dde9
...@@ -54,7 +54,7 @@ public class ExportExcelApi { ...@@ -54,7 +54,7 @@ public class ExportExcelApi {
* 查询公安网数据 * 查询公安网数据
*/ */
@RequestMapping("selectExcelData") @RequestMapping("selectExcelData")
public List<Map<String,Object>> selectExcelData(String date){ public List<Map<String,Object>> selectExcelData(@RequestParam("date")String date){
List<Map<String, Object>> mapList = detailReceiptListService.selectPostDetails(replaceDate(date)); List<Map<String, Object>> mapList = detailReceiptListService.selectPostDetails(replaceDate(date));
return mapList; return mapList;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment