DuGuYang 1 ano atrás
pai
commit
32397a6ce4

+ 0 - 5
Areas/Api/Controllers/Main/MerchantAddInfoController.cs

@@ -206,11 +206,6 @@ namespace MySystem.Areas.Api.Controllers.v1
                 else
                 {
                     var query = MerchantAddInfoService.Query(" CertMerchantName='" + CertMerchantName + "'");
-                    // if (query.Id > 0)
-                    // {
-                    //     return new AppResultJson() { Status = "-1", Info = "该商户已进件", Data = Obj };
-                    // }
-
                     if (query.Id == 0)
                     {
                         Dictionary<string, object> Fiel = new Dictionary<string, object>();