|
@@ -174,6 +174,7 @@ func (s *sussBi) Filter(r *ghttp.Request) error {
|
|
|
ctx := router.GetGContext(r.GetCtx())
|
|
|
if ctx.Sess.NewUid != 0 {
|
|
|
replaceMap := map[string]interface{}{
|
|
|
+ "jyUserId": ctx.Sess.NewUid,
|
|
|
"jyUserPositionId": ctx.Sess.UserPositionId,
|
|
|
"jyUserAccountId": ctx.Sess.UserAccountId,
|
|
|
"jyEntPositionId": ctx.Sess.EntUserPositionId,
|