移动系统liao
2024-06-21 b38c91e5cce54e1114ec5968c722c1a1c57bd21a
CoreCms.Net.Web.WebApi/Controllers/CartController.cs
@@ -60,7 +60,7 @@
        public async Task<WebApiCallBack> AddCart([FromBody] FMCartAdd entity)
        {
            
            if ((await _bfbfComAPIService.IsDictionary(_user.ID)) && (entity.cartType != 1||entity.cartType!=4))//1是普通单,4 是秒杀
            if ((await _bfbfComAPIService.IsDictionary(_user.ID)) && ((entity.cartType != 1)&&(entity.cartType!=4)))//1是普通单,4 是秒杀
            {
                //经销商进制发起团购
                return new WebApiCallBack