Browse Source

收支明细保存商户Id

lichunlei 3 năm trước cách đây
mục cha
commit
61680c1716
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      AppStart/Helper/Profit/HelpProfitHelper.cs

+ 2 - 0
AppStart/Helper/Profit/HelpProfitHelper.cs

@@ -89,6 +89,7 @@ namespace MySystem
                     {
                         CreateDate = DateTime.Now,
                         UpdateDate = DateTime.Now,
+                        Sort = MerchantId,
                         UserId = UserId, //创客
                         ProductType = mer.BrandId, //产品类型
                         ChangeType = 1,
@@ -116,6 +117,7 @@ namespace MySystem
                     {
                         CreateDate = DateTime.Now,
                         UpdateDate = DateTime.Now,
+                        Sort = MerchantId,
                         UserId = user.ParentUserId, //创客
                         ProductType = mer.BrandId, //产品类型
                         ChangeType = 112,