|
|
|
@ -43,6 +43,7 @@ public class DataEaseController extends Controller {
|
|
|
|
|
@Before({GET.class})
|
|
|
|
|
@EmptyInterface({"city_name"})
|
|
|
|
|
public void route(String city_name) {
|
|
|
|
|
city_name = dm.getFullAreaName(city_name);
|
|
|
|
|
//大屏名称
|
|
|
|
|
String dataVisualizationName = BaseApplication.PropKit.get("dataEase.dataVisualizationName");
|
|
|
|
|
//发布的地址
|
|
|
|
@ -127,7 +128,7 @@ public class DataEaseController extends Controller {
|
|
|
|
|
String tableName = record.getStr("table_name");
|
|
|
|
|
String dataSetName = record.getStr("dataset_name");
|
|
|
|
|
//导出excel
|
|
|
|
|
String upPath = BaseApplication.PropKit.get("upload.path")+"/";
|
|
|
|
|
String upPath = BaseApplication.PropKit.get("upload.path") + "/";
|
|
|
|
|
String excelFileName = dm.exportExcel(identity_id, tableName, dataSetName, upPath, area_name);
|
|
|
|
|
System.out.println(excelFileName);
|
|
|
|
|
//renderFile
|
|
|
|
|