DuGuYang пре 1 година
родитељ
комит
32397a6ce4
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      Areas/Api/Controllers/Main/MerchantAddInfoController.cs

+ 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>();