Explorar o código

收支明细保存商户Id

lichunlei %!s(int64=3) %!d(string=hai) anos
pai
achega
61680c1716
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,