Browse Source

收支明细保存商户Id

lichunlei 3 years ago
parent
commit
61680c1716
1 changed files with 2 additions and 0 deletions
  1. 2 0
      AppStart/Helper/Profit/HelpProfitHelper.cs

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

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