@@ -908,7 +908,7 @@ func (m *Front) Sess(ostr string) error {
}
if userFlag == "" && m.GetSession("positionId") != nil {
ok = true
- } else {
+ } else if userFlag != "" {
ok, _, _ = FindUserAndCreateSess(userFlag, m.Session(), "wx", false, !hasIdentity)