duhe
2023-08-28 19c616c00b49b4785ff429780f8295ceb8171bd5
Pub_Class/CustomerCls/ClsPub.cs
@@ -946,7 +946,7 @@
                    }
                    else
                    {
                        if (ClsPub.isStrNull(DsUser.Tables[0].Rows[0]["AuthorityID"]).Length > ModID
                        if (ClsPub.isStrNull(DsUser.Tables[0].Rows[0]["AuthorityID"]).Length >= ModID
                            && DsUser.Tables[0].Rows[0]["AuthorityID"].ToString().Trim().Substring((int)ModID - 1, 1) == "1")
                        {
                            HavRight = true;
@@ -963,7 +963,7 @@
                            }
                            else
                            {
                                HavRight = false;
                                //HavRight = false;
                                for (int i = 0; i < DsJS.Tables[0].Rows.Count; i++)
                                {
                                    if (ClsPub.isStrNull(DsJS.Tables[0].Rows[i]["AuthorityID"]).Length > ModID)