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