|
@@ -256,6 +256,10 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
{
|
|
{
|
|
if(sub)
|
|
if(sub)
|
|
{
|
|
{
|
|
|
|
+ if (SubjectType == "SUBJECT_TYPE_SMALL")
|
|
|
|
+ {
|
|
|
|
+ CertMerchantName += function.get_Random(00000000, 99999999);
|
|
|
|
+ }
|
|
Dictionary<string, object> Fiel = new Dictionary<string, object>();
|
|
Dictionary<string, object> Fiel = new Dictionary<string, object>();
|
|
Fiel.Add("CertMerchantName", CertMerchantName);
|
|
Fiel.Add("CertMerchantName", CertMerchantName);
|
|
int ParentId = MerchantAddInfoId;
|
|
int ParentId = MerchantAddInfoId;
|