Procházet zdrojové kódy

绑定时间设为null

DuGuYang před 3 roky
rodič
revize
8f7285a2b7

+ 1 - 1
Areas/Admin/Controllers/MainServer/SysToolsController.cs

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