huliguo
2 天以前 6f372b9d09a4b3519a3966a62d58d95805d261c2
guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITaskDetailService.java
@@ -77,6 +77,6 @@
    * @param status
    * @param response
    */
   void downloadTaskRecord(List<String> ids, String code, Integer status,Integer sysStatus, HttpServletResponse response);
   void downloadTaskRecord(List<String> ids, String code,List<Integer>   status,Integer sysStatus, HttpServletResponse response);
}