|
@@ -259,10 +259,10 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
Dictionary<string, object> Fiel = new Dictionary<string, object>();
|
|
|
Fiel.Add("CertMerchantName", CertMerchantName);
|
|
|
Fiel.Add("OutMchtNo", MerchantAddInfoService.Query(MerchantAddInfoId).OutMchtNo); //费率
|
|
|
- int AddInfoId = (int)MerchantAddInfoService.Add(Fiel, false).Data;
|
|
|
+ MerchantAddInfoId = (int)MerchantAddInfoService.Add(Fiel, false).Data;
|
|
|
|
|
|
Fiel = new Dictionary<string, object>();
|
|
|
- Fiel.Add("Id", AddInfoId);
|
|
|
+ Fiel.Add("Id", MerchantAddInfoId);
|
|
|
Fiel.Add("UserId", UserId);
|
|
|
Fiel.Add("Name", CertMerchantName);
|
|
|
MerchantInfoService.Add(Fiel, false);
|