@@ -196,7 +196,8 @@ namespace MySystem.Areas.Api.Controllers.v1
{
if (SubjectType == "SUBJECT_TYPE_SMALL")
- CertMerchantName += function.MD5_16(Guid.NewGuid().ToString("N"));
+ // CertMerchantName += function.MD5_16(Guid.NewGuid().ToString("N"));
+ CertMerchantName += function.get_Random(00000000,99999999);
}
var query = MerchantAddInfoService.Query(" CertMerchantName='" + CertMerchantName + "'");
if (query.Id == 0)
@@ -154,6 +154,9 @@ namespace MySystem
if (MerchantAddInfoService.Exist(Id))
+ Fields.Add("Status", 0);
+ Fields.Add("WeChatRemark", null);
+ Fields.Add("AlipayRemark", null);
info = MerchantAddInfoService.Edit(Fields, Id, false);
else
@@ -36,6 +36,7 @@ namespace MySystem
info = MerchantInfoService.Edit(Fields, Id, false);
return info;