jiazx0107@163.com
2023-11-06 69cd9f59a0fabf12f8c9147fcba7f69817a870b3
igds-basic/src/main/java/com/ld/igds/basic/controller/FileController.java
@@ -111,12 +111,12 @@
    *
    * @param fileName
    * @param timeStr
    *            抓拍的年月日时分秒 yyyyMMddHHmmss
    *            抓拍的年月日时分秒 yyyyMMdd
    * @param response
    * @return
    * @throws IOException
    */
   @RequestMapping(value = "/view-snap-depot", method = RequestMethod.GET, produces = { "application/vnd.ms-excel;charset=UTF-8" })
   @RequestMapping(value = "/get-snap-depot", method = RequestMethod.GET, produces = { "application/vnd.ms-excel;charset=UTF-8" })
   public String getDepotSnap(String fileName, String timeStr,
         HttpServletResponse response) throws IOException {