|
|
@@ -425,7 +425,7 @@ func OrderRelateInsertCommService(eg *xorm.Engine, oid int64, pvd string, create |
|
|
|
ownSubsidyFee = ownSubsidyFee1 |
|
|
|
} |
|
|
|
profit := utils.FloatFormat(lvUser.Profit+lvUser.SubsidyFee+ownSubsidyFee, 9) |
|
|
|
data := []*model.OrdListRelate{{Oid: oid, Uid: lvUser.Uid, Amount: profit, AdditionalSubsidy: utils.Float64ToStrByPrec(lvUser.AdditionalSubsidy, 9), Pvd: pvd, CreateAt: createTime, Level: level, Mode: mode, ExtendType: lvUser.ExtendType}} |
|
|
|
data := []*model.OrdListRelate{{Oid: oid, Uid: lvUser.Uid, Amount: profit, AdditionalSubsidy: utils.Float64ToStrByPrec(lvUser.AdditionalSubsidy, 9), Pvd: pvd, CreateAt: createTime, Level: level, Mode: mode, ExtendType: 8}} |
|
|
|
for lvUser.ParentUser != nil { |
|
|
|
lvUser = lvUser.ParentUser |
|
|
|
fmt.Println(lvUser) |
|
|
@@ -448,7 +448,7 @@ func OrderRelateInsertCommService(eg *xorm.Engine, oid int64, pvd string, create |
|
|
|
Level: level, |
|
|
|
Mode: mode, |
|
|
|
AdditionalSubsidy: utils.Float64ToStrByPrec(additionalSubsidy, 9), |
|
|
|
ExtendType: lvUser.ExtendType, |
|
|
|
ExtendType: 8, |
|
|
|
}) |
|
|
|
} |
|
|
|
return data |
|
|
|