|
|
|
@ -31,7 +31,7 @@ public class BaseController extends Controller {
|
|
|
|
|
@Before({GET.class})
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
public void getCurrentPersonInfo() {
|
|
|
|
|
Map map = new HashMap<>();
|
|
|
|
|
Map<String,Object> map = new HashMap<>();
|
|
|
|
|
map.put("identity_id", SessionKit.get(getRequest(), getResponse(), "identity_id"));
|
|
|
|
|
map.put("person_id", SessionKit.get(getRequest(), getResponse(), "person_id"));
|
|
|
|
|
map.put("bureau_id", SessionKit.get(getRequest(), getResponse(), "bureau_id"));
|
|
|
|
|