This commit is contained in:
2019-07-01 17:53:59 +08:00
parent 59f135c888
commit bbf9b8b9c4

View File

@@ -50,7 +50,7 @@ public class DataService extends BaseService {
return jBean;
}
@Comment("数据导出excel")
@RestMapping(name = "export", auth = false, comment = "数据导出excel")
public HttpScope export(FBean fBean, String fileName, @RestParam(name = "platToken") String token) {
try {
fBean.setPlatToken(token);