Commit e3d85782 authored by 朱晨阳's avatar 朱晨阳

区域公司接口添加单位地址

parent 1d4eb083
......@@ -22,4 +22,7 @@ public class DropDown {
@ApiModelProperty(value = "单位名称+单位id")
private String id;
@ApiModelProperty(value = "单位地址")
private String address;
}
......@@ -434,6 +434,7 @@ public class JpStationController extends BaseController {
Map<String, String> item = new HashMap<>();
item.put("text", dropDown.getName());
item.put("value", dropDown.getOrgCode());
item.put("address", dropDown.getAddress());
result.add(item);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment