Sfoglia il codice sorgente

提示文字修改

DuGuYang 1 anno fa
parent
commit
e8234b1da2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Areas/Api/Controllers/Main/MerchantAddInfoController.cs

+ 1 - 1
Areas/Api/Controllers/Main/MerchantAddInfoController.cs

@@ -199,7 +199,7 @@ namespace MySystem.Areas.Api.Controllers.v1
                     var check = MerchantAddInfoService.Query(" CertMerchantName like '" + CertMerchantName + "%' and Status<1 and QueryCount<1");
                     if (check.Id > 0)
                     {
-                        return new AppResultJson() { Status = "-1", Info = "该商户已暂存或进件,重复进件!", Data = Obj };
+                        return new AppResultJson() { Status = "-1", Info = "该商户已暂存或进件,重复进件!", Data = Obj };
                     }
                     CertMerchantName += function.get_Random(00000000, 99999999);
                 }