main
黄海 9 months ago
parent 961ba4feba
commit 992d805da5

@ -95,7 +95,7 @@ public class DataEaseController extends Controller {
} }
/** /**
* *
* *
* @param type_id * @param type_id
*/ */
@ -126,6 +126,10 @@ public class DataEaseController extends Controller {
redirect(publish_url + "?attachParams=" + base64Str); redirect(publish_url + "?attachParams=" + base64Str);
} }
/**
*
* @param type_id
*/
@Before({GET.class}) @Before({GET.class})
@IsNumericInterface({"type_id"}) @IsNumericInterface({"type_id"})
public void routePageArea(int type_id) { public void routePageArea(int type_id) {
@ -135,7 +139,7 @@ public class DataEaseController extends Controller {
String publish_url = BaseApplication.PropKit.get("dataEase.publish_url"); String publish_url = BaseApplication.PropKit.get("dataEase.publish_url");
//拼接一下URL的最终地址 //拼接一下URL的最终地址
JSONObject jo = new JSONObject(); JSONObject jo = new JSONObject();
jo.put("city_name", area_name); jo.put("area_name", area_name);
String base64Str = Base64.encode(jo.toString()); String base64Str = Base64.encode(jo.toString());
switch (type_id) { switch (type_id) {
case 1://左侧学前教育规模发展预测,义务教育规模发展预测,普通高中教育规模发展预测 case 1://左侧学前教育规模发展预测,义务教育规模发展预测,普通高中教育规模发展预测

Loading…
Cancel
Save