Exemplo n.º 1
0
        public string UpdateSysAccount(int accid, string col, string val)
        {
            int r = ShopDetails.UpdateAccountCollectInfo(accid, col, val);

            if (r > 0)
            {
                return("1");
            }
            else
            {
                return("-1");
            }
        }