.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user