|
@@ -182,7 +182,7 @@ namespace MySystem
|
|
|
}
|
|
|
db1.Dispose();
|
|
|
|
|
|
- if (merchantadd.BrandId == 1)
|
|
|
+ if (merchantadd.BrandId == 1 && !string.IsNullOrEmpty(merchantadd.CybMakerCode))
|
|
|
{
|
|
|
SortedList<string, string> obj = new SortedList<string, string>();
|
|
|
obj.Add("bind_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
|