|
@@ -2697,7 +2697,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
});
|
|
});
|
|
|
pos.BindMerchantId = 0;
|
|
pos.BindMerchantId = 0;
|
|
|
pos.BindingState = 0;
|
|
pos.BindingState = 0;
|
|
|
- pos.BindingTime = DateTime.Parse("1900-01-01");
|
|
|
|
|
|
|
+ pos.BindingTime = null;
|
|
|
pos.UserId = pos.BuyUserId;
|
|
pos.UserId = pos.BuyUserId;
|
|
|
string IdBrand = pos.BuyUserId + "_" + pos.BrandId;
|
|
string IdBrand = pos.BuyUserId + "_" + pos.BrandId;
|
|
|
db.SaveChanges();
|
|
db.SaveChanges();
|