|
|
|
@ -97,7 +97,7 @@ public class LoginPersonController extends Controller {
|
|
|
|
|
_map.put("person_id", loginMap.get("person_id"));
|
|
|
|
|
_map.put("bureau_id", loginMap.get("bureau_id"));
|
|
|
|
|
|
|
|
|
|
String token = CommonUtil.Sign(_map, BaseApplication.PropKit.get("jwt.CookieMd5SingPwd"));
|
|
|
|
|
String token = CommonUtil.Sign(_map, BaseApplication.PropKit.get("CookieMd5SingPwd"));
|
|
|
|
|
CookieUtil.set(getResponse(), "identity_id", loginMap.get("identity_id").toString(), false, true);
|
|
|
|
|
CookieUtil.set(getResponse(), "person_id", loginMap.get("person_id").toString(), false, true);
|
|
|
|
|
CookieUtil.set(getResponse(), "bureau_id", loginMap.get("bureau_id").toString(), false, true);
|
|
|
|
|