|
|
@@ -1,5 +1,6 @@
|
|
|
package com.ruoyi.web.controller.project;
|
|
|
|
|
|
+import com.ruoyi.common.annotation.Anonymous;
|
|
|
import com.ruoyi.common.annotation.Log;
|
|
|
import com.ruoyi.common.config.RuoYiConfig;
|
|
|
import com.ruoyi.common.core.controller.BaseController;
|
|
|
@@ -414,6 +415,13 @@ public class ProjectTaskController extends BaseController {
|
|
|
}
|
|
|
return projectTaskService.selectProjectImg(pid);
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 下载项目打卡数据包
|
|
|
+ * @param response
|
|
|
+ * @param ids
|
|
|
+ * @throws IOException
|
|
|
+ */
|
|
|
@GetMapping("/download")
|
|
|
public void downloadFiles(HttpServletResponse response,String ids) throws IOException {
|
|
|
if (StringUtils.isEmpty(ids)){
|