DuGuYang 1 năm trước cách đây
mục cha
commit
32397a6ce4
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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>();