Эх сурвалжийг харах

收支明细保存商户Id

lichunlei 3 жил өмнө
parent
commit
61680c1716

+ 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,